openlibhums / openlibhums/janeway
Let press logo image be SVG
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 238
- Forks
- 97
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 8
Description
Currently the press logo is a ForeignKey to a file:
We can make it an SVGImageField like lots of others are now.
Contributor guide
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 in src/press/models.py at lines 63-70 and inspect how the press logo field is currently defined. Search the project for existing SVGImageField uses to compare the expected model pattern. Done means the press logo uses the SVG image field consistently with those existing examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100