-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADD first specification draft #9
base: master
Are you sure you want to change the base?
Conversation
Please help to discuss details in the pull request so we can hopefully merge it.
|
1. `Network` is how `people` can and want to interact | ||
* `Network` maintains a `Reputation Journal` (=**Reputation Points**) | ||
* `Network` maintains a `Rules Journal` | ||
* `Network` maintains an `Issue Journal` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a Task Specification
(e.g. see #10)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should maybe have option for:
resources
(e.g. money, beamer, ...)subtasks
(e.g. to team up with others to create a "work breakdown structure" for bigger tasks)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe people who back a task can put certain task constraints
on it
- e.g. "i only back with 5 points if x other people do the same"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how do we decide that a task was done?
- e.g. what if 2 people say: yes, 3 people say: no and 6 people don't say anything?
I forked the RepPointsServer Repository and added a
SPECIFICATION/README.md
where i try to summarize everything we have said so far as short as possible.