mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-22 20:51:23 +00:00
Typo & feature list
This commit is contained in:
parent
028bae41c3
commit
eda6fb5d76
3 changed files with 14 additions and 12 deletions
22
README.md
22
README.md
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue