We now have store level exception handling but it would be nice to have app level.
Contributor guide
Tech stack
javascript
Domain
frontend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
Familiarity with Alt.jsBasic JavaScript
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
Study the existing store level exception handling implementation in the Alt library. Locate the relevant files (e.g., store.js) and understand how exceptions are currently handled. Then propose an extension to add similar handling at the app level. Review any comments from maintainers for guidance.
App level exception handling · goatslacker/alt#172 | Good First Issue