Skip to content

Commit

Permalink
adding some diagrams to the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yasonk committed May 12, 2015
1 parent 9c809da commit 79c324f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,15 @@ Support Assignments| GET | /users/{user_id}/support_assignments
| POST | /support_assignments.json | <ul><li>Create new Support Assignment</li><li>Header: Content-Type: application/json<br>Parameters: user_id, date.<br>Example:{"support_assignment":{"user_id":1, "date":"19-06-2015"}}</li></ul>


### Class Diagrams

####Models
![alt text](https://github.com/yasonk/support_hero_exercise/tree/master/doc/models.png "Models")

####Controllers
![alt text](https://github.com/yasonk/support_hero_exercise/tree/master/doc/controllers.png "Controllers")

###
### Upcoming Improvements

* Improved Error Handling
Expand Down
Binary file added doc/controllers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/models.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 79c324f

Please sign in to comment.