solidusio / solidusio/solidus

Add per-store favicon and logo assets to `Spree::Store`

Open
#6,092 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.