dickinson-comp190 / GitKit-FarmData2-S24

Other
0 stars 17 forks source link

Seeding/Transplanting Reports Default Start Date #50

Open wpgoble opened 8 months ago

wpgoble commented 8 months ago

The default start date for generating seeding reports should be the first day of the current year.

image

To reproduce:

  1. Click the BarnKit tab.
  2. Click the Seeding Report sub-tab.
  3. Examine the Start Date.

Issue by braughtg Monday Jul 18, 2022 at 19:59 GMT Originally opened as https://github.com/DickinsonCollege/FarmData2/issues/539

wpgoble commented 8 months ago

The default date that is displayed will be set within the seedingReport.html page in the farmdata2_modules/fd2_tabs/fd2_barn_kit folder.

When the default date is updated the cypress tests in seedingReport.spec.js should be updated to test that the date is correct. The date should not be hard coded so that the test will continue to work into the future.


Comment by braughtg Monday Jul 18, 2022 at 20:01 GMT

wpgoble commented 8 months ago

The fix for this should also be applied to the transplanting report.


Comment by braughtg Thursday Jul 21, 2022 at 15:42 GMT

wpgoble commented 8 months ago

I can tackle this issue.


Comment by FutzMonitor Tuesday Dec 20, 2022 at 13:15 GMT