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.
This commit introduces several new files and updates to support
SR&ED tracking and project management:
- Adds a template for SR&ED tasks to standardize issue creation.
- Adds a Makefile command to set up GitHub labels from a YAML file.
- Adds a Makefile command to export SR&ED-eligible issues to a
Markdown file.
- Adds a Makefile command to create issues from a file.
- Adds documentation for SR&ED tracking and development
conventions.
- Adds a YAML file to define GitHub labels.
- Adds scripts to set up GitHub labels, export issues, and create
issues from a file.
- Updates the project plan to include SR&ED considerations.
These changes aim to improve project organization, facilitate
SR&ED claims, and streamline development workflows.