https://github.com/dwarry/raidlog
An example Risk, Assumption, Issues and Dependencies tracker, using Durandal v2.0
https://github.com/dwarry/raidlog
Last synced: about 1 year ago
JSON representation
An example Risk, Assumption, Issues and Dependencies tracker, using Durandal v2.0
- Host: GitHub
- URL: https://github.com/dwarry/raidlog
- Owner: dwarry
- Created: 2013-08-08T13:31:59.000Z (almost 13 years ago)
- Default Branch: feature/Issues
- Last Pushed: 2013-08-19T09:17:47.000Z (almost 13 years ago)
- Last Synced: 2025-01-24T11:28:50.827Z (over 1 year ago)
- Language: JavaScript
- Size: 3.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Raid Log
A simple web app to track a Project's Risks, Assumptions, Issues and Dependencies
(and some other stuff, like open queries, design decisions &c).
This is mainly being done to explore the [Durandal Single Page Application
framework](http://durandaljs.com/index.html) and the
[ASP.Net MVC4 Web API](http://www.asp.net/web-api). I may try replacing the
WebAPI bits with something like [ServiceStack](http://www.servicestack.net/)
if I get the chance, to compare and contrast.
Data access is using the [Dapper micro-ORM](https://code.google.com/p/dapper-dot-net/),
to see how it compares with using NHibernate.
##Tasks
- Initial set-up
- Project List
- Add Project
- Edit Project
- Project Details
- Risks
- Assumptions
- Issues
- Dependencies
- Queries
- Risk Evaluation History
- MI
- Charts of open items over time
##Licence
This is released under the [MIT Licence](http://opensource.org/licenses/MIT).