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

View file

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

View file

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