davidkirwan / ardtweeno

Ardtweeno is an application gateway which bridges devices connected via Serial Link and an Internet Protocol network. The system is designed as a PaaS (platform as a service) for the Raspberry Pi ARM platform.
GNU General Public License v3.0
5 stars 0 forks source link

Refactor RESTAPI Frontend System #11

Closed davidkirwan closed 11 years ago

davidkirwan commented 11 years ago

Refactor the frontend system to allow work to begin on #5, #6, #8

davidkirwan commented 11 years ago

I've added a tab system on the front end to allow multiple different pages to be accessed easily. The status page now contains a loadavg and memory usage graph.

The front page now contains serialised news stories to the posts.yaml file. Any future posts created using the news creation form will be seralised. I will move the serialised posts.yaml file to the configuration file locations when fixing #3.

davidkirwan commented 11 years ago

Fixed on dev branch