You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invasive species are non-native plants and animals whose introduction and spread in British Columbia cause significant economic, social or environmental damage. This application tracks the observation, treatment, and monitoring of invasive species in the Province of British Columbia.
This project is part of the Species and Ecosystems Information System Modernization (SEISM) program.
This application is in active development and has not yet been released.
Audience
Anyone with a valid IDIR or BCeID login may access the application to view data that is being tracked.
In addition, the application is intended for use by:
Surveyors who observe and record the absence, presence, and spread of invasive species
Subject matter experts who perform a variety of duties, including to record and analyze data and create action plans
Contractors who implement recommended treatments for observed invasive species
Administrators who manage the application and its users
Features
This application is anticipated to include the following main features:
Support for IDIR and BCeID access
User roles and permissions management
Interactive maps displaying multiple data layers
Observations of invasive species absence/presence
Recommendations, planning, and application records of treatments
Monitoring of treatment outcomes
Query and export of data
Auditing and reports
Bulk data entry and mobile device data entry
Getting Help or Reporting an Issue
To report bugs/issues/features requests, please file an issue.
How to Contribute
If you would like to contribute, please see our contributing guidelines.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Architecture
This application uses PostgreSQL (with PostGIS), Ionic/React (for Web, IOS and Android). Our environments run on an OpenShift container platform cluster.
Project Structure
.config/ - Common application configuration
.github/ - Github actions
.docker/ - Common Dockerfiles
.vscode/ - IDE config for Visual Studio Code
api/ - API codebase
app/ - Capacitor APP Codebase
sharedapi/ - Files shared between App and API (enums, RJSF Schemas, etc)
database/ - Database Codebase
env_config/ - ENV config files
testing/ - Test scripts, in particular Postman configs
CODE-OF-CONDUCT.md - Code of Conduct
CONTRIBUTING.md - Contributing Guidelines
LICENSE - License
Documentation
For additional Documentation about the InvasivesBC Application, see the Wiki
Requirements
XCode* (for iOS builds only)
Android Studio* (for Android Builds only)
Node >=20.0 or Docker
Development
The ideal multi-platform supporting machine is the Mac, But Windows and Linux work for Web and Android development.
Android Development
Install AndroidStudio and the Android SDK.
IOS Development
On MacOS: Install xCode.
Setup Instructions
Clone the repository to your own machine and follow instructions below.
Run the app locally (terminal)
In the app directory:
npm ci
npm start
In the api directory:
npm ci
npm run dev
Run the app locally (docker)
In the root directory
make docker
Run the app on mobile
Android
On MacOS, Windows or Linux, in the app directory:
npm install
npm run build:android
cd ..
make run-android
Android Studio will open and, after a short delay, will allow you to run the application in the simulator or a connected device.
IOS
On MacOS, in the app directory:
npm install
npm run build:ios
cd ..
make run-ios
Xcode will open and, after a short delay, will allow you to run the application in the simulator or a connected device.
Acknowledgements
License
Copyright 2019 Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
About
Inventory and database repository for the creation, treatment, and report on BC Invasive plants and animals.