-
Notifications
You must be signed in to change notification settings - Fork 0
Project Glossary
Isaac Joffe edited this page Oct 14, 2023
·
1 revision
Certain technical terms appear throughout this wiki, repository, and project. This page provides definitions so that people of all knowledge and experience levels can gain insights into our project.
Technical Terminology
- End User
- A person who interacts with and uses the application
- User Story
- A simple description of an interaction a user might make with the system
- Story Points
- A numerical quantity representing the relative difficulty of completing a user story
- UI Storyboards
- User interface storyboards; how the application appears to the end user and how they can interact with it
- CRC Card
- Class-responsibility-collaborator card; a notation describing the purpose and interactions of a class within an object-oriented design
- UML Diagram
- Unified modelling language diagram; a notation outlining the general properties, behaviors, and interactions of a class in an object-oriented design
App-Specific Terminology
- Item
- An object being tracked within the application
- Owner
- The person who owns the item being tracked
- Tag
- An identifier assigned to an item