Assets and Jobs multipurpose project
Remember to use the correct version of Node.js, for which I recommend using nvm with the .nvmrc file.
$ nvm use|installDepending on whether we already have the version, we will use use or install
Next, we must install the modules:
$ npm i$ npm start- File upload
- Asset processing
- Asset/Job search
- Bulk data to data warehouse
- OpenSearch data indexing
To maintain quality and consistency within our codebase, please adhere to the following guidelines:
-
Issue Linking: Every Pull Request (PR) must be linked to a detailed task in our Github Project. This ensures that all changes are traceable to a specific objective and discussion.
-
Commits: Your commits should follow the Conventional Commits standard, which helps in the automated generation of changelogs and maintains a readable history.
-
Branching Strategy: Our project uses Git Flow as its branching strategy. Please make sure to create feature branches off the
developbranch and prepare your PRs accordingly.
For more details on how to contribute, please refer to our Contributing Guidelines.