@Big_w_powah
What language do you know of?
If you don't know any language, then what server architecture is it gonna be hosted ?
there are several templates on C# that you can use for this
I know ZERO languages, this is going to be my first dev project.
It has to be serviced to a website. Going to be hosted on Server 2012r2 most likely, website published via IIS
Let me detail out the project a bit, maybe you guys can help me on the languages I need to work with?
We get a number of alerts emails from clients, those are being parsed and placed into a database.
I want to build a dashboard that displays the most recent/urgent alerts.
For example, we get backup alerts from each monitored client. I want to display the status of the last alert, and if it was a failure I want it highlighted in red and to go to the top. This is one of many types of alerts, but the same basic principle works for each. The page needs to dynamically update itself, and provide refreshed data.
Eventually, I want to expand this to serve up publically, where I can tie a login to a client ID and let each client get a snapshot of their alerts/status by logging in.