-
Notifications
You must be signed in to change notification settings - Fork 2
Instructions
When the app launches the item list screen is visible. From here the user can add items by clicking the add item button in the bottom left. This will open a screen where the user can add fields to the item, then press submit. TAGS are not implemented here yet Ensure that the date follows the format: dd/mm/yyyy Ensure that the value field is a number.
Once an item is added the user can click on it to view it. The user can then edit the fields and click the submit button to change the values of that field.
The user can also long press on an item to enter deletion mode The user can then select items by clicking the checkbox Items that are selected can be deleted by clicking the delete button in the bottom right, where the add button used to be.
If a user doesn't want to delete an item they can long press on any item again.
A user can add tags to items from the list view screen by clicking the plus icon on on the left most chip/tag. The search function is currently not implemented. A user then adds a tag by filling out the popped up field, and then submits it by pressing ok.
The user profile button in the top right is current not functional.