bcgov / nr-old-growth

FSA Old Growth Field Verification Project
Apache License 2.0
1 stars 0 forks source link
flnr lwrs node

Contributors Forks Stargazers Issues MIT License Lifecycle

The Old Growth Technical Advisory Panel identified old growth areas that are at imminent risk of harvest. The current deferral process could require that licensees do a field verification to confirm, add or delete areas meeting the definition of old growth trees. The Old Growth project amis to help automate that process and enable the tracking and managing of the potential deferral areas and any decisions that come out of that process that may impact licensees.

Overview

The nr-old-growth is a node.js application built with nestJS, integrated with the greenfield-template to automate the process for testing, security scanning, code quality checking, image building and deploying.
For the currrent version of the Old Growth project, we use CHEFS to manage the submission and review of the field verification form. The nr-old-growth applicatin is developed based on the CHEFS API, that provides an notification system to notify the selected natural resource district office whenever there is a new submission. Using a postgres database to track notification delivery status of submissions and any error log messages.

Setup

Please check the Readme in the backup folder.

Set up visual studio code

Install extensions:
ESlint
Prettier
Vetur

Set indent and save on file:

Enable prettier format:
Press "option+shift+f" and select prettier as the formatter

Note

The self-host-solution branch has the code for self hosted solutions, is not currently in use.