Nightfall / MCMUCH-Rust-Website

The website for MCMUCH using a webserver written in Rust.
ISC License
0 stars 0 forks source link

Admin Console? #4

Open skyem123 opened 9 years ago

skyem123 commented 9 years ago

Would be useful...

RX14 commented 9 years ago

Yes, this will be super useful. Before this admin will have to be done with an interactive ruby console which will be super easy to fuck up stuff.

skyem123 commented 9 years ago

This is Rust, it doesn't have an interactive console.

RX14 commented 9 years ago

I know, but the API - the only part with direct db access - is written in Ruby, so we will have to admin from the ruby interactive console before this admin console is done.

skyem123 commented 9 years ago

This admin console will only handle the website.

RX14 commented 9 years ago

Administrating what? The website should have no state.

skyem123 commented 9 years ago

stuff like reloading and invalidating all cookies.

RX14 commented 9 years ago

Hmmn, it seems like a solution to a problem that doesn't exist yet. Once a problem appears that you need something like this, then for sure build it. I just wouldn't spend time on this before you think it's neccesary.