forked from spacebar/SplatNet
Update readme
This commit is contained in:
parent
c9b2dd6d2c
commit
467737e4e9
1 changed files with 16 additions and 5 deletions
21
readme.md
21
readme.md
|
|
@ -12,33 +12,44 @@
|
|||
|
||||
---
|
||||
|
||||
### Dependencies
|
||||
## Dependencies
|
||||
This project operates on a frontend - backend basis. The backend is not optional, it is required. As for hosting this front end, you can use anything you would like. The production server uses [Caddy](https://caddyserver.com/) if you need an example.
|
||||
|
||||
🔗 [Backend Repo](https://git.crafterpika.cc/kittentm/splatnet-backend)
|
||||
|
||||
### Pages HTML recreated:
|
||||
## Pages HTML recreated:
|
||||
|
||||
- [x] Site Policy
|
||||
- [ ] Friends List
|
||||
|
||||
### Requires Telemetry portion of backend:
|
||||
- [ ] Rank
|
||||
- [ ] Equipment
|
||||
- [x] Stage Info (FULLY COMPLETE!)
|
||||
|
||||
### Requires backend
|
||||
- [ ] Friends List
|
||||
- [ ] Support for fetching friends [Push this!](https://discord.com/channels/460820022777085983/835181904880730142/1470216180030771433)
|
||||
- [ ] Stage Info
|
||||
- [x] Basic Stage Fetching (using pretendo)
|
||||
- [ ] Ditch Splatcord API to allow use for other networks other than pretendo
|
||||
- [x] Show stage pngs
|
||||
- [x] Show all stage times
|
||||
- [x] Show Ranked Mode
|
||||
- [x] Main Page
|
||||
- [x] HTML
|
||||
- [x] Autologin support
|
||||
- [x] Login Page
|
||||
- [x] HTML
|
||||
- [x] Actual logging in support
|
||||
- [x] Log in support via SPFN
|
||||
---
|
||||
|
||||
### Basic ToDos:
|
||||
|
||||
- [x] Title Bar
|
||||
- [x] Page switching (hamburger menu)
|
||||
- [ ] Show Mii name
|
||||
- [ ] Link/unlink Twitter functionality
|
||||
- [x] Squid swimming background
|
||||
- [x] Port to use canvas
|
||||
- [ ] Proper mobile support
|
||||
- [ ] Mobile formatting
|
||||
- [ ] WiiU browser support
|
||||
Loading…
Reference in a new issue