Skip to content

Commit a722044

Browse files
committed
Address PR comments
1 parent 6c18755 commit a722044

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

courses/backend/events-startup-project/requirements.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -63,27 +63,13 @@ You should use the technologies, skills, tools, and stack you've learned through
6363

6464
We already have a very basic API in place, but it is missing many features that you will be required to implement. You can find the current API in the project template.
6565

66+
- [ ] API routes must be documented with Swagger / OpenAPI
67+
- [ ] A Postman collection must be included for the implemented API
68+
6669
## Implementation Clarifications
6770

6871
These clarifications define the minimum expectations for this project. They are intended to remove ambiguity while still leaving room for implementation choices.
6972

70-
### Scope and MVP
71-
72-
- The required backend MVP includes:
73-
- Public event listing
74-
- Event search and pagination
75-
- Single event details
76-
- Authentication
77-
- Cart retrieval and modification
78-
- Checkout
79-
- Order history endpoints (`list` and `get by id`)
80-
- Swagger/OpenAPI documentation
81-
- Postman collection
82-
- The following are optional and should be treated as stretch work:
83-
- Admin endpoints such as full event CRUD
84-
- Inventory or overselling logic
85-
- Additional reporting or admin dashboards
86-
8773
### Naming Guidance
8874

8975
- Because the program often prefers singular table names, avoid reserved SQL words by using more specific names where needed.

0 commit comments

Comments
 (0)