Difference between revisions of "Milestones v0.2"
Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0102f68/fos/wiki/includes/MagicWord.php on line 902
From FOS Wiki
(created page...) |
|||
Line 1: | Line 1: | ||
= Visualize Tables = | = Visualize Tables = | ||
− | + | After a successful login the user will see an overview of all tables or - if there is more than one location and the user can work on these tables - an overview of the locations. To test this use case there will be some test tables in the database. For example ''table 1'', ''table 2'' and ''table 3'' in 'location 1'. | |
+ | |||
= Visualize Orders = | = Visualize Orders = | ||
− | + | The user will be able to visualize all products (and their quantity) that has already been ordered. | |
+ | |||
+ | |||
+ | = DataManagement on Server = | ||
+ | Through an user-interface on the server it's possible to modify, insert, delete the basic data sets: location, table, category and products. All these changes will be real-time reported to the connected clients, and the preparation (the signals) for this intention will be already implemented in this version. |