apm

Agile Project Management

View the Project on GitHub

Agile Project Manager

TODO, Milestone 2017-09

DONE

Milestone 2017-08

Introduce a Key/Value store for Issues

Introduce the ApmIssues.Repository

Branch Feature0001-SimpleLogin

✔︎ Finish 1st Hound test 
✔ Make Login Work
  ✔︎ Post data works
  ✔︎ Create session cookie for user and role
  ✔︎ add hound to due integration tests for login

Branch Feature0002-IssueChildren

✔︎ Issue becomes an Agent
✔︎ Issue.state(pid) returns the struct %ApmIssues.Issue{}
✔︎ Issue.add_child(father_pid,son_pid) works
✔︎ Issue.children(pid) returns the list of children