Resources for dashboard app backend design
Posted
by
Nix
on Stack Overflow
See other posts from Stack Overflow
or by Nix
Published on 2013-11-12T21:50:35Z
Indexed on
2013/11/12
21:53 UTC
Read the original article
Hit count: 183
I am looking for examples of code/data/infrastructure design for a dashboard-style webapp. I am designing an interface for staff and faculty at a university to access departmental resources and be alerted of cyclical processes, events, deadlines, etc.
Technologies I am working with: apache tomcat 6 and a mySQL database, JSP (including JSTL), bootstrap 3, and javascript/jquery.
I have basic experience most of these technologies building smaller web apps but was hoping someone could direct me towards a book or other resource that discusses how to design the db architecture (and maybe how to template) for a dashboard, esp. for something like a notification systems. Any suggestions?
© Stack Overflow or respective owner