3 comments (3 comments)0 reactions (0 reactions)1 assignee (1 assignee)TypeScript245 forks (245 forks)auto 404
enhancementgood first issuelow priority
Repository metrics
- Stars
- 497 stars (497 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
addresses #260
- Make a dedicated judicial subpage under
/government.
- Make sure to follow the same template same as the other subpages under
/government.
- Store the data as a json file in
src/data/directory/judicial.json
Path: /government/judicial
Data Reference: https://sc.judiciary.gov.ph/incumbent-justices/
Contributor guide
- Research direction
- Examine existing government subpages (e.g., /government/executive) to replicate the template and data format. Collect data from the reference URL (https://sc.judiciary.gov.ph/incumbent justices/) and structure it as JSON following the established schema. Then create the page component under /government/judicial and add the JSON data file.
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- Git