ValuAg Team 2: Difference between revisions
From CS486wiki
Jump to navigationJump to search
Content deleted Content added
| Line 94: | Line 94: | ||
'''To Do''': |
'''To Do''': |
||
- Planning to add automation steps working with other team. |
- Planning to add automation steps working with other team. |
||
- Add color tags and make text align center. |
|||
- Make a report page to show some data. (we didn't talk exactly about what to put in) |
|||
- Push site to web. |
- Push site to web. |
||
Revision as of 19:20, 8 April 2022
Date: 2/6/2022
Week 1
Accomplishments:
- Presented the last semester's project. - Talked about what can we improve and Jim's new tasks for us.
To Do :
- Migrate the PHP project with Wordpress.
Date: 2/13/2022
Week 2
Accomplishments:
- Started looking into Wordpress page template structure.
To Do:
- Fix migrating issues - Find out a way to use database of wordpress.
Obstacles:
- Couldn't figure out how to do CRUD operations due to not knowing how to manipulate database of Wordpress for it.
Date: 2/20/2022
Week 3
Accomplishments:
- Fixed some logical mistakes in some actions. - Add humidity and temperature. - Add date time of the action.
To Do:
- Implement transplant function differently.
Obstacles:
- Logical errors in the source code slowed the development process - Couldn't fix transplant, but did fix other actions.
Date: 2/27/2022
Week 4
Accomplishments:
- Added seed_id_table to the database, which fixes a lot of issues. - With new table we did add a search function depending on seed id. - Created 2 php files, one of search other for showing the results in a table. - Also, showed this in Zoom meeting.
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 - Fix users, now we only push "Temp Name" as the employee name to the database.
Obstacles:
- It was impossible to implement a search function without a different table in database. - After figuring out adding a new table, it was still considerably hard to understand what to di in this situation since we didn't had any experience developing search functionalities.
Date: 3/6/2022
Week 5
Accomplishments:
- User database table. Now we can put the employee name who did the action to the database. - Fixed an error in search and show result pages. - Presented everything.
To Do:
- Update UI. - Search about plugins development in Wordpress. - Sprout will be added soon, find out how to implement it too.
Date: 3/13/2022
Week 6
Accomplishments:
- Implemented Sprout process. - Started working on versioning. Opened up the a Github repository. - Added CSS and animations to website and presented it to Mr Dutcher as an option for UI.
To Do:
- Add company's logo to home page. - Add color tag to tables.
Date: 3/20/2022
Week 7
Accomplishments:
- Presented Sprout process. - Home page design improved. - Company logo is added to home page. - Added Bootsrap to the site. - A JavaScript script added to make dropdown lists show the appropriate data when selected. - Button sizes fixed on home page.
To Do:
- Planning to add automation steps working with other team. - Add color tags and make text align center. - Push site to web.
Date: 3/27/2022
Week 8
Accomplishments:
- All the latest implementations pushed to the GitHub - We added color tags next to color names in tables and dropdown menus. - Company logo path fixed on CSS file - Live version of the site pushed to the EC-2 instance
To Do:
- Add a report page to show some data. (Didn't talk about which data to put in tables.) This report has 2 inputs, date and color.