feat: add issue template feat: add labels.yml with platform:admin label feat: add setup_admin_console.sh script and update Makefile This commit introduces several new features and files to the repository: - Adds a reference document for Base44 entity schemas to ensure data integrity during the migration to the new GCP/Firebase backend. - Adds an issue template to standardize issue reporting and ensure all necessary information is included. - Adds a new label to `labels.yml` for tasks specific to the Admin Console web app. - Adds a shell script to automate the setup of the Admin Console web application, including scaffolding, dependency installation, and configuration. Also updates the Makefile to include new targets for managing the Admin Console application. - Adds issues to create markdown file.
51 lines
1.5 KiB
YAML
51 lines
1.5 KiB
YAML
# This file is the single source of truth for GitHub labels.
|
|
# Run 'make setup-labels' to apply these to the repository.
|
|
|
|
# By Type of Work
|
|
- name: "bug"
|
|
description: "Something isn't working"
|
|
color: "d73a4a"
|
|
- name: "feature"
|
|
description: "A new user-facing feature"
|
|
color: "0075ca"
|
|
- name: "enhancement"
|
|
description: "Minor improvement to an existing feature"
|
|
color: "a2eeef"
|
|
- name: "infra"
|
|
description: "Tasks for infrastructure, CI/CD, and project setup"
|
|
color: "a2eeef"
|
|
- name: "documentation"
|
|
description: "Tasks for creating or updating documentation"
|
|
color: "0075ca"
|
|
- name: "refactor"
|
|
description: "Code changes that neither fix a bug nor add a feature"
|
|
color: "f29513"
|
|
|
|
# By Platform
|
|
- name: "platform:web"
|
|
description: "Tasks specific to the React web app"
|
|
color: "5319e7"
|
|
- name: "platform:mobile"
|
|
description: "Tasks affecting both mobile apps"
|
|
color: "5319e7"
|
|
- name: "platform:backend"
|
|
description: "Tasks for Data Connect or Cloud Functions"
|
|
color: "5319e7"
|
|
- name: "platform:admin"
|
|
description: "Tasks specific to the Admin Console web app"
|
|
color: "5319e7"
|
|
|
|
# For Project Management
|
|
- name: "sred-eligible"
|
|
description: "Tasks identified as eligible for SR&ED claims"
|
|
color: "d876e3"
|
|
- name: "priority:high"
|
|
description: "Urgent or critical tasks"
|
|
color: "b60205"
|
|
- name: "priority:medium"
|
|
description: "Default priority"
|
|
color: "fbca04"
|
|
- name: "priority:low"
|
|
description: "Non-urgent, background tasks"
|
|
color: "0e8a16"
|