Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
update readme with buy information
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnrlly committed Nov 19, 2016
1 parent 785fc6e commit fa10079
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Expand Up @@ -38,6 +38,7 @@ Optionally, populate the database with some fake data:
```
./manage.py create_team
./manage.py create_projects
./manage.py create_buys --add
```

Because of the authentication flow, a superuser should be created without a
Expand Down Expand Up @@ -65,9 +66,17 @@ than building it into the templates.
### Projects API

This app includes information about the projects that the team is working on and
provides an API for retrieving that information. In the interest of API-first
development, information about the projects on the site is built by consuming
that API rather than building it into the templates.
provides an API for retrieving that information.

This includes a few elements:

- IAAs: A bundle of money authorized to be spent by a client on projects
- Projects: A grouping of work around a common goal
- Buys: The individual procurements in the service of completing the project
goal.

In the interest of API-first development, information about the projects on the
site is built by consuming that API rather than building it into the templates.

### UAA Authentication

Expand Down

0 comments on commit fa10079

Please sign in to comment.