- A
proposal
will have at least onethread
, which contains multiplecomment
- When a
proposal
is created, a defaultthread
is created, which is of type IDEA_THREAD - A
proposal
is created wheninfo-server
sends a POST request to/proposals/create
withproposer
,proposalId
as parameters. If no proposal with the sameproposalId
has been created, create the proposal. /proposals/details/:proposalId
will return the details of the proposal:proposer
proposalId
- array of threads, including its comments
- Has a type (IDEA_THREAD=1, DRAFT_THREAD=2, ...)
- Has multiple comments