Adds pages for displaying a list of equipment or a single one and pages for creating, updating and deleting equipment. The styling closely resembles how news/projectarchive/inventory is structured. Both in UX and UI. Listing up equipment displays an image, its name and a link to the inventory if applicable.
Possible to add a link to an equipment. This using the URLField so it is only possible to add a valid url to the equipment.
Uses a markdown field for the equipment's descriptions
Refactored inventory files such that items, item loans and equipment are in separate directories.
Remember to add the necessary permissions to people for viewing, editing, adding and deleting equipment
Images:
Link to equipment from inventory list (Same from reservations)
closes: #698
Adds pages for displaying a list of equipment or a single one and pages for creating, updating and deleting equipment. The styling closely resembles how news/projectarchive/inventory is structured. Both in UX and UI. Listing up equipment displays an image, its name and a link to the inventory if applicable.
Possible to add a link to an equipment. This using the URLField so it is only possible to add a valid url to the equipment.
Uses a markdown field for the equipment's descriptions
Refactored inventory files such that items, item loans and equipment are in separate directories.
Remember to add the necessary permissions to people for viewing, editing, adding and deleting equipment
Images:
Link to equipment from inventory list (Same from reservations)
List of equipment
Detail view of single equipment
Editing an equipment item
Trying to delete an equipment