-
Notifications
You must be signed in to change notification settings - Fork 8
Home
giosce edited this page Nov 12, 2020
·
13 revisions
Welcome to the CTI-website-backend wiki!
This Wiki describes the project requirements, design, technical architecture, integration and build, testing, deployment and runtime architecture.
Screenshots - Wireframes (FIGMA)
Database Diagram And Description
# | Page/Feature | Notes | Back-End | API endpoint |
---|---|---|---|---|
1 | Landing | Collect user email? | ||
2 | Home | Retrieve top organizations and topics? | ||
3 | About | None? | ||
4 | FAQ | Retrieve FAQs, search FAQs, submit FAQ? | GET api/faqs GET api/faqs/$id PATCH api/faqs/$id PUT api/faqs/$question |
|
5 | Index Contributor Landing | Organizations? | Retrieve Organizations | GET api/organizations |
6 | Index Contributor Detail | Organization? | Retrieve an Organization with its projects? | GET api/organizations/$id |
7 | Search | Projects, Organizations too? | ||
8 | Tag Generator | This feature is various pages | Retrieve tags, add tags, delete tags? |