Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.74 KB

File metadata and controls

49 lines (33 loc) · 1.74 KB

< Tutorial

Tutorial - Sprint 2

Overview

Last sprint we worked through the server api in place.

Prerequsite

I'm expecting that you have already walked through our Sprint 0 and Sprint 1 tutorials.

If not, you can download this project as it looked after Sprint 1:

// from your Sails directory
$ cd node_modules
$ git clone https://github.com/appdevdesigns/opstool-process-approval.git
$ cd opstool-process-approval
$ git checkout Sprint_1
$ npm update
$ node setup/setup.js

Also, it will be helpful for you to have read through our discussion on html animation and the way our team approaches the UI templating.

Status

In the middle of our last sprint I received the UI designs back from our designer. So this sprint we will setup the UI interface for this tool and implement the

Let's Go

  • step 1 : Copy the UI design to the project template
  • step 2 : Initial Controller layout and Events
  • step 3 : PendingTransactions list
  • step 4 : Approval Workspace & Instructions
  • step 5 : No Comments this round
  • step 6 : Submitting the Transaction
  • step 7 : Updating the List
  • step 8 : Catch Template Errors
  • step 9 : Real Time Updates
  • step 10 : Form validations

< Tutorial Sprint 1 : Create the Models on the server >