https://github.com/minusinfinite/processjocky
Ideas for a web based application for learning and sticking to the mundane of a task
https://github.com/minusinfinite/processjocky
Last synced: 8 months ago
JSON representation
Ideas for a web based application for learning and sticking to the mundane of a task
- Host: GitHub
- URL: https://github.com/minusinfinite/processjocky
- Owner: minusInfinite
- License: gpl-3.0
- Created: 2017-12-07T10:48:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T23:03:56.000Z (over 8 years ago)
- Last Synced: 2025-02-06T22:30:10.013Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProcessJocky
**Idea**
* A task/todo list that is build from a respository of provided or user generated processes
**Example**
You have someone that has a common task they do everyday for their role. Someone new is being trained to help this person or you have someone new starting in a role you have a lot of processes for, eg. A Helpdesk. While someone would sit down and go through how to use a new system on how to take calls, log tickets, send emails, process customer and department requests it could be given to them via a website in task form. "Follow the process" is just part of the workflow.
**Usage**
Give the process a title,
Give a set of tasks that are needed to complete this process
Save the process to a respository so that it can by pulled by anyone.
**Goals**
* Find something to develop this on, likely a web app of some kind. Javascript?.. I would likely need to learn Node.js or something
* Will likely need some kind of database system. I've looked at CouchDB as I like the idea of how it works... could just output xml files at the start, just something to create, save and load process/task lists.