MoeraOrg / MoeraOrg/moera-issues
Posting formats and different styles of displaying them
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 20
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It is possible to add a field to posting's body that describes its format. For example, a Facebook-style "brick" with large text and colored background will be described as:
{
body: "<p>Hello, world!</p>",
format: "brick",
brick: {
color: "#abcdef"
}
}
The actual display of the posting depends on the client. Some formats may be not supported by some clients or user may choose not to display them or display differently. For example, those who do not like "bricks" may choose to display them as regular posts.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the proposed posting payload and the distinction between the posting format and client-side display. The issue names no files, tests, or entry points, so the first step is to locate the posting schema and relevant client handling. Done would require an agreed format model and defined behavior for supported and unsupported formats.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100