A simple dashboard for a Harry Potter House Cup at an upcoming house party.
Super basic admin application with no formatting. Should have a simple interface to allow someone (me) to use their mobile phone to update the point totals by posting to the Point Storage JSON endpoint.
The dashboard! This will be what everyone sees. Should show current point totals & an an ideal world would also a) dynamically update when points are added to the JSON endpoint and b) play some kind of animation of that house's logo fullscreened.
Main css for the dashboard, contains everything needed to make this look hella pretty.
Points are currently stored in a totally unsecured JSON endpoint courtesy of Dweet.io
Integrate against https://dweet.io/get/latest/dweet/for/house-cup-dashboard
{
this:"succeeded",
by:"getting",
the:"dweets",
with:[
{
thing:"house-cup-dashboard",
created:"2016-04-30T00:11:45.103Z",
content:{
hufflepuff:400,
gryffindor:900,
ravenclaw:0,
slytherin:1000
}
}
]
}