13 comments (13 comments)0 reactions (0 reactions)1 assignee (1 assignee)JavaScript4,308 stars (4,308 stars)1,036 forks (1,036 forks)batch import
good first issue🎨 Frontend
Description
This issue does not include a description.
Contributor guide
- Tech stack
- javascriptreactnodejsexpressmongodb
- Domain
- full stack
- 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.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- active
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- ReactNode.jsMongoDBFamiliarity with CRUD patterns
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- First, review the existing page layouts and API endpoints for similar entities (e.g., Customers, Invoices) to understand the established patterns. The Tax page likely requires a CRUD interface with fields for tax rate, name, etc. Check the comments on issue #545 for any specific requirements. Then implement the frontend pages and backend routes following the existing code structure. Ensure to add proper validation and error handling.