Add per-store favicon and logo assets to `Spree::Store`
Open
Nobody has claimed this yet.
changelog:solidus_core
- Dominant language
- Ruby
- Stars
- 5.3k
- Forks
- 1.4k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 62
Description
Currently stores do not have individual favicons. Therfor stores all render the same favicon even if logo is different.
Stores should have ideally:
- Logo svg
- fallback logo (png)
- favicon (png)
- square logo (png)
Solidus Version:
All
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 by locating the Spree::Store model and the code that currently renders the shared favicon and logo. Trace how store-specific assets would be represented and consumed, then verify that each requested asset type—SVG logo, PNG fallback logo, PNG favicon, and square PNG logo—can be provided per store.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100