MoeraOrg / MoeraOrg/moera-issues
Embedded tiny avatars
Open
Nobody has claimed this yet.
client
enhancement
node
questionable
- Dominant language
- No language data
- Stars
- 20
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Store tiny versions of avatars in the media_files table in a bytea field and pass them in AvatarImage/AvatarInfo structures in a form of data: URL.
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 locating the schema or migration that defines the media_files table and the AvatarImage and AvatarInfo structures. Trace how avatars are stored and returned; done means tiny avatar data is persisted in a bytea field and exposed through both structures as a data: URL.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100