DickinsonCollege / FD2School-FarmData2-F23

FarmData2 provides support for the operation and certification requirements of small organic farming operations.
Other
0 stars 20 forks source link

Seeding Input: Create Tray Seeding Log #34

Open braughtg opened 1 year ago

braughtg commented 1 year ago

The Seeding Input form on the FieldKit tab is used to create new seeding logs in the database.
When the Seeding Input form is completed and the “Submit” button is clicked, the user is presented with “Confirm” and “Cancel” buttons.

This test must confirm that when the “Submit” button is clicked that a new seeding log in the database:

Notes:

Resources:

Additional Information:

Some additional notes relevant to this issue:

allisons9988 commented 10 months ago

Charlie, Trang, and I will work on this issue

allisons9988 commented 10 months ago

I'm having trouble finding the source for the dbtest sub-tab. I don't see it under farmdata2/farmdata2_modules/fd2_example. Am I looking in the wrong place?

charliemax5 commented 9 months ago

What is the difference between checking the database for the new log and using the Seeding Report sub-tab on the BarnKit tab to check for the log? If the new log shows up on the Seeding Report tab, doesn't that automatically mean that it is in the database since the Seeding Report uses api calls?