bra1n / judgebooth

Interactive Judge Booth
http://booth.magicjudges.org
Other
5 stars 4 forks source link

Things that can be improved #3

Open bra1n opened 9 years ago

bra1n commented 9 years ago

Admin:

bra1n commented 9 years ago

Questions are now always accessible by their ID, but will only show up on the booth automatically if they are "live".

Takeno commented 6 years ago

What do you think about Progressive Web Apps?

I was looking at offline code. Application cache is a bit complex in this scenario because you must handle the double code for online & offline version.

I think Service Workers can provide a better experience for developers & users. A network proxy with internal cache is a trasparent offline handler which can prepare your application for offline without any additional action.

Another nice to have is app manifest to let users install JudgeBooth as a "native" app.

bra1n commented 6 years ago

I think offline mode is a nice feature, but it was way more important when the booth started. Nowadays, basically everyone has internet everywhere, so it's probably not as important as it was back then anymore. If I had to re-implement it from scratch, I would probably also look into Service Workers and stuff like that, but back then Application cache was the way to go. Feel free to implement whatever you like, because I'm no longer maintaining this codebase myself.

Takeno commented 6 years ago

Let me merge the discussion of https://github.com/bra1n/judgebooth/issues/13#issuecomment-406885467

As mentioned in the other issue, I'm no longer maintaining the code base since I've dropped out of the project. @saveriopalmieri wanted to take over the code but as far as I'm aware, there hasn't been anything pushed back to GitHub. I think it would be best if you could reach out to him - I personally have no objections to adding you as a contributer. I'll also ping the current project lead and let him know that you'd like to help out.

I didn't know this project was unmaintained. I discovered this few weeks ago from an italian judge. I think it can be improved or developed from scratch easy, bringing all the data and knowledge already here. I'm trying to create a tech community of judges to help projects like this to keep themselves alive. I would like to help this project if the project leader wants.

I'd just like to know if any contributions on this repository will be available to users or not ;)

bra1n commented 6 years ago

Well, the project itself is pretty alive, it's just the code base that I'm no longer maintaining. Content-wise, there's still a lot going on. Regarding your contributions to this repo: @saveriopalmieri is hosting the current code and only he can tell if he's updating it along with the commits here.