Build a Frontend
Build a nicer frontend, so that users may view and update the data without having to manually write the http queries
This will have to work with both the backend and the authentication integration
Build a nicer frontend, so that users may view and update the data without having to manually write the http queries
This will have to work with both the backend and the authentication integration
marked this issue as related to #10 (closed)
mentioned in merge request !1 (merged)
added Doing label
As of c39fc986 the frame for the frontend exists. It still has basically no content and no functionality, but a template engine is used to make the different pages more uniform (current look explicitly not final).
With 5b9379a7 it is now possible to view all data that is on the api server. Next step is to integrate authentication with the frontend, and then the addition, modification and deletion of data.
In 33c6b124 the frontend is now complete (except for some static page content).
There are still some things to work out, some TODOs and console.logs left in the code, but nothing that should impact the functionality.
Sanitation of the dataset names for the listing page is still missing (see #20 (closed))
The frontend is now finished. While it should of course still be tested, and some issues might arise, the entire functionality worked in local testing, it worked in different browsers and the client-side security has been taken care of.
The content still has to be inserted, and some of it will have to be inserted directly in the html templates, but this is handled in issue #23 (closed).
closed
removed Doing label