Last sprint we just did the initial setup of the project. Now in this sprint we are going to begin the process of building out the design.
I'm expecting that you have already walked through our Sprint 0.
If not, you can download this project as it looked after sprint 0:
// from your Sails directory
$ cd node_modules
$ git clone https://github.com/appdevdesigns/opstool-process-approval.git
$ cd opstool-process-approval
$ git checkout Sprint_0
$ npm update
$ node setup/setup.jsLast sprint we sent our UI design to our UI developer. However as of right now, we still do not have his designs completed and returned to us. So on this sprint we will focus mostly on getting the server side models setup and preparing the interface for an external tool to submit an authorization request.
- step 1 : Create the Models on the server
- step 2 : Correct our Fixture data
- step 3 : Return our expected Fixture data on PARequest.find()
- step 4 : Create our Server Side Feature branch
- step 5 : Lockdown unused interfaces
- step 6 : limit access to the find() operation to users with the proper permission
- step 7 : condition the find() operation to limit according to the user's scope
- step 8 : create the server side Message Queue