Skip to content

Commit

Permalink
marked off completing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsimon committed Oct 14, 2016
1 parent 9afd79a commit e942c55
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions spec-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

Specs:
- [x] Use jQuery for implementing new requirements
- [ ] Include a show page rendered using jQuery and an Active Model Serialization JSON backend. - act show page
- [ ] Include an index page rendered using jQuery and an Active Model Serialization JSON backend. - act index listing
- [ ] Include at least one has_many relationship in information rendered via JSON - contract has_many documents
- [ ] Include at least one link that loads or updates a resource without reloading the page - approval buttons
- [ ] Translate JSON responses into js model objects - performance object
- [ ] At least one of the js model objects must have at least one method added by your code to the prototype - formatting of performance date/times
- [x] Include a show page rendered using jQuery and an Active Model Serialization JSON backend. - act show page
- [x] Include an index page rendered using jQuery and an Active Model Serialization JSON backend. - act index listing
- [x] Include at least one has_many relationship in information rendered via JSON - contract has_many documents
- [x] Include at least one link that loads or updates a resource without reloading the page - approval buttons
- [x] Translate JSON responses into js model objects - performance object
- [x] At least one of the js model objects must have at least one method added by your code to the prototype - formatting of performance date/times

Confirm
- [ ] You have a large number of small Git commits
- [ ] Your commit messages are meaningful
- [ ] You made the changes in a commit that relate to the commit message
- [ ] You don't include changes in a commit that aren't related to the commit message
- [x] You have a large number of small Git commits
- [x] Your commit messages are meaningful
- [x] You made the changes in a commit that relate to the commit message
- [x] You don't include changes in a commit that aren't related to the commit message

0 comments on commit e942c55

Please sign in to comment.