f97dadd796921e3882ab810796e1c5f2e0dbe096
README
Planning
Question for the Product Manager
- We will allow user to use @mentioning only in the beginning of text?
- What do you think about create an extensive architecture to support new features, creating a relation of posts and users through Mention entity?
Implementation
- Improve Post entity scopes, moving
post,repost,quoted_postandreplytokind enum column, becase of the static characteristic of posts a precomputed status will be perfect to simplify queries. - Rename
Post#quoted_posttoPost#reference - Add a reply route to post, example
POST /posts/1/replys, when creating a reply save post with kind - When quering a
reply, the frontend will concat orignal post owner username with post content
Self-critique and scaling
Description
Languages
Ruby
96.9%
Dockerfile
2%
Shell
1.1%