Last sprint we worked through the server api in place.
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.jsAlso, it will be helpful for you to have read through our discussion on html animation and the way our team approaches the UI templating.
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
- 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