Skip to content
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)

API Swagger

Database Diagram And Description


Inventory

# 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?

Requirements


Technical Design


Testing


Deployment