Admin Dashboard implementation
Implemented the admin dashboard and added the links which are available as of now. Just a few pointers :
-> The upload part requires a modal kind of file preview. Bootstrap modals require clickable elements . I explored ( though there were very few solutions to show a modal without clicking - I tried but its not working ) . Also I explored existing designs of dropzone ( none of them showup a modal just after dropping, modals are shown in them after clicking something ). Also Google forms and such platforms use button to bring up a form in a modal.I will raise an issue to improve ui of upload part for future goals .
->So for now I have implemented the UI for upload part without the modal. The error messages are working as expected. ALso please update me with the upload url so that I can insert it in the code. Apart from that the file size limit is 100MB for now. I can update it as per your requirements ..
-> The dashboard is well responsive with respect to mobile/tab/web view. Also the upload part takes up files for different entities. There are separate js functions for all the entities in the upload select dropdown ( So we can put separate upload urls for separate entities). Also I have specified different file types for all the fields.
->Apart from that I have added available links to the cards.
->Test url: http://localhost:2354/admin/dashboard
->Also as soon as I am updated with other urls I will update the href and upload target .
->The raw image scan frontend will be ready by this weekend .
->Given below are some of the screen shots :





