CMPUT301F23T15 / Kit

CMPUT 301 App Design Project
MIT License
1 stars 2 forks source link

US 01.01.01 Add Item with all Details #32

Open bertina3107 opened 10 months ago

bertina3107 commented 10 months ago

User Stories

US 01.01.01 As an owner, I want to add an item to my items, with a date of purchase or acquisition, brief description, make, model, serial number (if applicable), estimated value, and comment.

Expected Outcomes

Create an item data type with given fields such as name, value, etc. We will need to implement basic getters and setters. For tracking we could use a UID that is generated uniquely for each item.

Questions and Thoughts

Tracking items, should we reference by name or by a unique ID (to allow for repeat names)? May need additional methods but mostly just getters and setters.