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
|
## 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
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue