ValuAg Team 2
From CS486wiki
Date: 2/6/2022
Week 1
To Do :
- Find ideas to reach the database of WordPress to do backend operations. - Or create a private database and install to another AWS EC-2 instance, then connect two different instances with each other.
Accomplishments:
- We have created a database to use on WordPress. - That database is merged with the WordPress site to handle data operations. - Still need to work on for other pages such as Treat.
Obstacles :
- Design on WordPress is little bit complicated, however, we are going to handle it.
Date: 2/13/2022
Week 2
To Do:
- Start to merge PHP and WordPress files and migrate to AWS. - Handle the database operations for each action page.
Accomplishments:
- Merged WordPress and PHP files and uploaded to AWS. - Database operations are designed and implemented for each different action such as "Plant", "Harvest" etc. - Search function is added to web application. - Seed id table is added to database. - Have been tried to learn more about WordPress design.
Date: 2/20/2022
Week 3
To Do:
- Updating the UI and add sprout to the database - Adding temperature and humidity to the tables
Accomplishments:
- we updated our tables as requested(humidity and temperature added) - CSS layout minor changes(WordPress's theme restrains us to manipulate the user interface) added to the site.
Date: 2/27/2022
Week 4
To Do:
-We have been assigned to make research about plugins and analyze whether or not we can develop a WordPress plugin for CRUD operations
Accomplishments:
-We have met with ValuAG team1 and talked about what can be done about developing plugin. -Started to develop for us to be able to add sprouts to our tables.
Date: 3/6/2022
Week 5
To Do: - Updating the UI - Plugin research
Accomplishments:
- added some JS code to the dropdown menu's functionality for input attribute by means of changing its placeholder. - class tables get updated for sprout. - continue to develop the site. - meeting with team1.
Date: 3/13/2022
Week 6
To Do:
- Will work on versioning. Planning to add automation steps. - Figure out sprout database operation. - Make all buttons size same on home page. - Add company's logo to home page. - Add color tag to tables.
Accomplishments:
- Started working on versioning. Opened up the github repository. - Added CSS and animations to website and presented it to Mr Dutcher - Hadled sprout database operation. - Color tags is added to tables. - Button size fixed on home page. - Company logo is added to home page.
Date: 3/20/2022
Week 7
To Do:
- Will work on versioning. Planning to add automation steps.
Accomplishments:
- Started working on versioning. Opened up the GitHub repository. - All the latest implementations added to the GitHub - the 1st version of the report is created - Home page design improved.
Date: 3/27/2022
Week 8
To Do:
- We have been assigned to push site to EC-2 instance - We have been assigned to add print function
Accomplishments:
- Both design files and PHP files got merged - Company logo path fixed on CSS file - Source code updated on Github - Live version of the site pushed to the EC-2 instance - print function has been created and the function takes the color tag as an input and returns harvested items with the same color tag.