SebasMelendez / labcheck

System for lab equipment checkin and checkout
0 stars 0 forks source link

UI general requirements #4

Open SebasMelendez opened 2 years ago

SebasMelendez commented 2 years ago

As A backend developer, I need to be presented a User Interface handled by handlebars. so that I can rig the site with the backend code and serve the interface to the user

Acceptance Criteria: all of the UI must be served by using handlebars on runtime without too much locally made JS The user interface must allow login and a new user registration (see respective issue) User Interface should allow adding and removing Categories for Materials The user interface should allow adding and removing Materials The user interface should allow a user to check out a material user interface should allow a user to see what materials they currently have checked out The User Interface should be coherent to the rest of the design

The user interface must be responsive and made with a CSS framework i.e Bulma Bootstrap etc.

The user interface should allow a user to log out successfully.

The user interface should allow users to check in materials they currently have checked out

The user interface should allow the current stock to be displayed

This Issue is considered done when all other UI issues are complete