codefeedback.com - Marketing site (webflow)

{organization-slug}.codefeedback.com - Public site, where users can input and upvote feedback, see the public roadmap, and more… (Angular + FastAPI API)

{organization-slug}.codefeedback.com/admin - Where admins of the organization can change the settings and behaviors of the site as well as to work with feedback (Angular + FastAPI API)

erDiagram
	Organization ||--o{ FeedbackBoard : has
	FeedbackBoard ||--o{ Feedback : has
	Feedback }o--o{ FeedbackTag : has
	Feedback }o--|| FeedbackStatus : has
	Feedback ||--o{ FeedbackComment : has
	Feedback ||--o{ FeedbackVote : has
	
	User ||--o{ Feedback : gives
	User }o--o{ FeedbackComment : writes
	User }o--o{ FeedbackVote : upvotes
	User }o--o{ Organization : belongs