Skip to content

Commit

Permalink
docs: Add CRUD abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
freshcabbage123 authored and freshcabbage123 committed Nov 13, 2023
1 parent 07b26b6 commit aaa36e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ testers are expected to do more <i>exploratory testing</i>.

### 1. Feature-rich selection of commands

The process of building CoordiMate's command suite began with a structured approach, where we drafted user stories to encapsulate the frequent challenges faced by SoC event planners. This groundwork helped us identify and develop the commands that were critical to the application, particularly the CRUD operations for persons and tasks. Our aim was to ensure these core commands were not only functional but also intuitive for users.
The process of building CoordiMate's command suite began with a structured approach, where we drafted user stories to encapsulate the frequent challenges faced by SoC event planners. This groundwork helped us identify and develop the commands that were critical to the application, particularly the (Create, Read, Update, Delete) CRUD operations for persons and tasks. Our aim was to ensure these core commands were not only functional but also intuitive for users.

Following the first iteration, we presented CoordiMate in a live demo to collect firsthand feedback from our peers. This step was crucial; it enabled us to understand how the app was being received by potential users and which additional features would enhance its value. We used this feedback to inform our development priorities, focusing on the user stories that had the most significant impact on the user experience for subsequent updates.

Expand Down

0 comments on commit aaa36e4

Please sign in to comment.