Typo & feature list

This commit is contained in:
Chris Blanchard 2015-07-31 17:34:27 +01:00
parent 028bae41c3
commit eda6fb5d76
3 changed files with 14 additions and 12 deletions

View file

@ -27,16 +27,18 @@ npm start
## Todo
- ENSL.org: Authentication
- ENSL.org: Pull user data and bans
- ENSL.org: API to allow ENSL to pull current gather status
- Hive Integration: Pull stats
- Steam Integration: Outbound steam messaging
- Admin tools - kick user/edit messages
- Add a backend datastore to persist gather data and messages
- Add sounds
- WebRTC?
- Add user lifeform + div information
- Show online status
- ENSL.org: Pull bans
- ENSL.org: Pull teams
- ENSL.org: Pull servers
- ENSL.org: Pull bans
- Hive.naturalselection2.com: Pull stats
- Steam: Outbound steam messaging
- Backend datastore for messages and gathers
- Add sounds and configuration
- Add user profile + backend store
- Show online/away/offline status
- Admin tools: Modify Messages
- Admin tools: Remove gatherer
## License

View file

@ -182,7 +182,7 @@ var GatherProgress = React.createClass({
case "election":
return "Currently voting for team leaders.";
case "selection":
return "Waiting for leaders to picking teams.";
return "Waiting for leaders to pick teams.";
case "done":
return "Gather completed.";
default:

View file

@ -182,7 +182,7 @@ var GatherProgress = React.createClass({displayName: "GatherProgress",
case "election":
return "Currently voting for team leaders.";
case "selection":
return "Waiting for leaders to picking teams.";
return "Waiting for leaders to pick teams.";
case "done":
return "Gather completed.";
default: