Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Zweili d0d463c5eb change format for the delivery date 2017-03-03 14:19:22 +01:00
Andreas Zweili d59ee2fb11 add function to post an offer 2017-03-03 12:08:55 +01:00
Andreas Zweili b08ea12eda add a delivery date to the demands 2017-03-02 20:18:15 +01:00
Andreas Zweili 4871de62d3 Create a seperate page for adding demands
In addition I've added a new field for quality.
2017-02-20 20:56:02 +01:00
Andreas Zweili 8e061ec901 finalize the function to request the user id
I've had to correct an error in the demands table. Tags can be empty.
2017-02-17 13:52:36 +01:00
Andreas Zweili d6abd48ac3 Add a UNIQUE constrait to the userMail and userLogin row
The userLogin and userMail have to be unique otherwise it's
possible to have multiple users with the same username which
is security whise a bit stupid.
I've extended the register function to return an appropriate
error message.
2017-02-14 21:06:51 +01:00
Andreas Zweili f12649cfc2 add sql files to create DB 2017-02-03 17:37:36 +01:00