Coder Social home page Coder Social logo

gonevis-dash-angular's Introduction

GoNevis Dash

CircleCI

GoNevis dashboard and reader front-end source code.

GoNevis

Development

This project is made with Angular.

Serve

  • Local: npm run serve
  • Staging: npm run serve-stag
  • Production: npm run serve-prod

Build

  • Local: npm run build
  • Staging: npm run build-staging
  • Production: npm run build-production

Code Scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Recording Changelog

To keep track of changes (ChangeLog.md), each time a task has been done use the changelog command:

> npm run changelog
# Usage: npm run changelog CHANGE_TYPE ISSUE_ID TITLE
# Example: npm run changelog fix 1234 "An issue title"

Unit Tests

Run npm run test to execute the unit tests via Karma.

End-to-end Tests

Run npm run e2e to execute the end-to-end tests via Protractor.

Code Quality

Run npm run lint to execute linting via TSLint.

Branching

Features: Any new work should be branched out from "master" branch and must be merged back into the "master" branch.

Hot fixes: Fixes should be branched out from "production" branch and must be merged back into "master" and "production".

Branches

Branch production, should be last and stable working code that is on production servers.

All the pull requests (from Master branch) should pass the code checks, including and not limited to:

  • Test Coverage
  • Unit Tess Status
  • Build Status
  • Reviewers Approval

Branch master, should contain the latest development work and should be on staging.

All the pull requests (from developers) should pass the code checks, including and not limited to:

  • Test Coverage
  • Unit Tess Status
  • Build Status
  • Reviewers Approval

Deployment

Deployment happens automatically via the CI.

The Latest code on master branch will be deployed to the staging, while the branch production will be deployed to production server.

Release

To release a new version or have the latest changes on the production:

  • Make a new Pull Request from branch master to production.
  • The pull request should pass (not limited to):
    • Test Coverage
    • Unit Test Status
    • Build Status
    • Reviewers Approval

After merging the pull request into production, the CI will build and deploy the latest code from production branch to the Production server.

Further Help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

License

GoNevis Dash is licensed and distributed under GPLv3.

gonevis-dash-angular's People

Contributors

goldenstar07 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.