Moshe Uminer
Moshe Uminer
We should show a notification upon user log in/out, query success/failure, database/resource creation/deletion. + It should be possible to show multiple notifications at once (and hence, the renderless-svelte notification component...
+ Enable resizing the various "sections" in each route, + as well as allow drag-and-drop to rearrange the layout. (a section would be, for example, (in the resource route) the...
Create a zoomable multi-layered sunburst visualization, displaying the density (in terms of descendantCount) of various parts of a resource. This will probably use D3, but I don't have any further...
High-level components should be housed in sub-projects, where svench should be used, so as to enable developing components in isolation.
There are many visualizations described in @JohannesLichtenberger's master thesis, these need to be recreated. A PDF of the master thesis is [here](https://github.com/JohannesLichtenberger/master-thesis/raw/master/Master/Thesis/thesis.pdf).
Every directory in the `src` folder should contain a README markdown file describing the purpose and relationship and the components and files therein. If necessary, there should be additional markdown...
Currently, resources can be viewed in the /database route, but the resources cannot be queried. This should be rectified.