rawrool / Group7_SmartGarden

CECS 491a Project - Group 7 Smart Garden. Team Members: Raul Herrera, Jason Shortino, Arjun Chawla, Jose Hernandez.
0 stars 1 forks source link

Redesign the UI for the website #45

Open JosetheJedi opened 6 years ago

JosetheJedi commented 6 years ago

added website routes to view the garden plants 2-3 hours

JosetheJedi commented 6 years ago

added functionality to delete and create new plants in the garden route! 2 hours! planning on adding functionality to the logs button to view each plants logs!

JosetheJedi commented 6 years ago

created these views to test websockets on the site and server.

JosetheJedi commented 6 years ago

created a settings page to view the logs of each plant, and to update the watering settings of each plant. and added the correct routes to the new view. 2 hours

JosetheJedi commented 6 years ago

I installed bower, and dateTimePicker, dependencies to the project so that I can display a date and time picker at the "create schedule" window. The user can choose the start time and can choose to repeat the watering at a later time. 3 hours

I debugged some of the viewing issues, the plugin was not working because the node app was not serving the files to the client. 2 hours.

JosetheJedi commented 6 years ago

I created a new button for the default watering schedule. This took approximately 2 hours to complete because I was researching on how to organize the button so that it looks really nice. I couldn't make the button look the way I wanted but the button is there so I continued with getting the button to fire an event and work with sockets.