RoboJackets/onken-web

DevOps onboarding tracking issue

Opened this issue · 0 comments

I'm going to be working on several changes to this repository to bring it in line with standards for RoboJackets as well as the Onken project. Feel free to discuss in issue comments, this list can change.

  • Rename to onken-web to comply with RoboJackets repository naming conventions and allow for other frontends in the future (unlikely?)
  • Change the repository description to something, haven't decided yet
  • Set up CircleCI to ensure code builds for production on every push
  • Set up a style checker (@Holben888)
    • I like Hound for the backend project, Stickler also works. Pick one and configure it as you wish.
  • Set up deployment tooling to run the application in the staging environment
  • Bring over labels from the backend repo
  • Set up GitHub notifications into SCC Slack
  • Set up Code Climate for static analysis
  • Set up LGTM for static analysis