https://github.com/ansman/dupe
DUPE - Distributed Standup Enabler
https://github.com/ansman/dupe
Last synced: 2 months ago
JSON representation
DUPE - Distributed Standup Enabler
- Host: GitHub
- URL: https://github.com/ansman/dupe
- Owner: ansman
- Created: 2013-09-29T23:55:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-06T20:46:23.000Z (over 12 years ago)
- Last Synced: 2025-03-06T14:53:15.976Z (over 1 year ago)
- Language: Clojure
- Size: 684 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DUPE - Distributed Standup Enabler
===
Virtual, distributed stand-ups. You enter what you'll be working on today and can add new tasks, comments and notes as you go. You can see what your co-workers are working on right now.
Technologies used
===
* Clojure
* ring
* http-kit
* compojure
* clojurescript
* shoreleave
* dommy
* clojurescript.test
* Ubuntu
* MySQL
* Supervisor
* Nginx
* Github API for OAuth
How to run
===
Server
---
```
lein run
```
Client
---
```
lein cljsbuild once development
open public/index.html
```
**Note:** Authing does not work locally yet.
Features
===
* GitHub authentication
* Creating a new schedule
* Marking tasks as done
* Adding unplanned tasks
TODO
===
* Comments
* Viewing other peoples' schedule