Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.15 KB

File metadata and controls

24 lines (15 loc) · 1.15 KB

< Tutorial: Custom Plugin

Tutorial - Sprint 0

Overview

This is our first sprint in the process of taking our design from the drawing board to an actual tool in the OpsPortal. In this sprint we are mainly concerned with creating an initial plugin framework and creating the github project to host this tool. After that, we will make some preparations for our different developers to divide up the project and collaborate well.

Prerequsite

I'm expecting that you have already walked through our Developer Setup process and have an existing sails directory and an OpsPortal installed. If not, then go do that now.

Let's Go

  • step 1 : Create the new plugin
  • step 2 : Create the Github Project
  • step 3 : Setup Travis CI
  • step 4 : Outsource our UI design
  • step 5 : Setup our Testing Fixtures

< Tutorial Sprint 1 : Server Side >