Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

07-12-24

  • Sort the unrecommended crops to the end of the crop list.

  • Update the helper text not to be bold.

  • Move the x icon on selected crop list closer to the crop icon.

  • Create a hover text for the unrecommended crops.

  • Add karat for the accordion title.

  • Fixed a bug that tile drainage will be set wrongly.

  • Enabled single species selection, hide piecharts in Mix Ratios and Review Mix if only one species is selected.

  • Updated diversity bar to be shown based on numbers of species selected.

  • Fixed a bug that mixRatioOption is not updated when a crop get removed.

  • Fixed a bug that the app will crash if history was made only for first 2 steps.

  • Fixed a bug that percentOdRate value is not updated if make any changes in species selection.

06-28-24

  • Frontend design updates based on design doc.

  • Added alert state to redux, use redux to control alert across the app.

  • Added auth0 for login/signup, added user history to save the calculations.

  • Updated user history to save on step change, added warning for several steps.

  • Added back button and stepper click function to go back and jump to any steps.

05-03-2024

  • Fixed planting date warning error on Species Selection page.

  • Refactored textfield with number input.

  • Fixed SCCC percentOfRate calculation error, updated in Review Mix page.

  • Updated Review Mix bar chart design.

  • Updated styling in Seeding Method.

  • Add adjustable single species seeding rate in Mix Ratios.

  • Add Alert component noticing user can edit that step in further steps.

  • Updated Seeding Method texts.

04-11-2024

  • Cleaned up and using formatted units across the app.

  • Updated Mix Ratio with scroller design for MCCC and NECCC.

  • Updated numbers to formatted local strings across the app.

  • Updated step captions.

  • Disabled calculations in Mix Ratios.

  • Updated disclaimer with Alert component.

  • Added scrollers for textboxes in Review Mix, disabled textboxes.

  • Resolved bug for updating seeding method in Review Mix.

  • Updated complete page to have a link to feedback.

  • Added feedback page which could call api to add feedback to github repo.

  • Disabled NECCC Site Conditions to proceed without selecting soil fertility.

  • Removed unused files and codes in Site Condition.

  • Fixed survival problem in Mix Ratios, the problem is because the survival rate was parsing wrongly from the api.

  • Moved survival rate calculation from Mix Ratios to Review Mix.

  • Created carousel style charts in Review Mix, the chart could use buttons below to control.

  • Updated Confirm Plan page title.

  • Updated textbox design to make not disabled textboxes more obvious.

  • Added SCCC calculation for all steps.

  • Updated calculations for all councils about percent of rate.

02-29-24

  • Updated chart in Review Mix to a bar chart.

  • Created a single bar chart component.

  • The bar chart would show on laptop and not show on mobile.

  • Update search in Species Selection by open all accordions when type the search textbox.

02-23-24

  • Removed previous seed data chip component in Mix Ratios and Review Mix, replaced with a table component to display all data for a seed.

  • Default expands every seed, add a selection 'Do you have seed tag info?' for each of them.

  • Update stepper to disable next button unless all seeds are selected yes or no.

  • Enable editing seed per pound.

  • Removed going back function.

  • Add a restart button on each page, when click restart, the app would return to site condition page with previously selected params.

  • Disabled clicking on steps.

  • The skip over changing ratios, seeding rate, seed tag function is not available to implement currently since the step button is disabled.

  • Add a disclaimer on Mix Ratios page.

  • Enable updating single species rate, disable updating single species seeding rate.

  • Updated captions for every steps in Mix Ratios and Review Mix.

  • Enable value change for Management Impact on Mix in Review Mix.

  • Enable value change for single species seeding rate for NECCC in Mix Ratios and Review Mix.

  • Updated tile drainage options for poorly drainage soils.

  • The soil drainage would be updated if select tile drainage, and will be shown.

  • Updated piechart in MCCC and NECCC to show plants/seeds per sqft

  • Updated Piechart component, import one single piechart component instead of 3.

  • Reverted tooltip design, removed unused routes.

  • Updated accordion expand icons to text "Show/Hide Details"

  • Removed more styles in scss

  • Updated step captions in Review Mix page.

  • Add dropdown for seeding methods.

  • Updated texts for disclaimer in Mix Ratio.

  • Updated labels for textboxes in Mix Ratio and Review Mix.

  • Make seeding rate unit adjustable.

  • Updated seeding rate card design.

  • Updated landing page design, now it have 3 separated pages: state map, location map and detailed inputs.

  • Updated logic for landing page.

  • Updated disabled text field design to make it more obvious.

01-04-23

  • Integrated sdk calculations.

  • Rebuild redux stores and actions.

  • Updated design for several forms.

  • Updated Confirm Plan page for calculating final price.

  • Updated calculations for soil fertility and Seeding method for NECCC.

  • Correct logic for calculations.

11-21-23

  • Added padding on desktop to maintain optimal page width on all size of screens.

  • Updated styling on mobile devices, added fixed header for convenience.

  • Updated texts theming for consistency across the application.

  • Refactored Mix Seeding Rate Slider design.

  • Create custom components for each of the species, assign static length and height to improve the experience across different screen sizes.

  • Redesigned styles of species card, added icons for selected.

  • Fixed bugs in species search.

  • Fixed bug in Mix Ratio, when you click the "Show Step" button the mix seeding rate value might be changed.

  • Updated several function to correct and simplify the calculation.

  • Created custom components for Piechart, SeedRate Card

  • Cleaned up codes and styles in all steps.

  • Redesigned Piechart legend, Scattered chart and Slider.

  • Removed Seed Tag Info switch component and related logic.

  • Modified stepper logic, now stepper have 3 states as the issue suggests. The user can click to any visited steps while not affecting current finished steps.

  • Added function to switch between sqft/acres buttons, those buttons can be found in Mix Ratios and Review Mix page.

  • Added click functions to selected seed sidebar to control pages with accordions, click any crop selected could expand related accordion. The accordion can also be expand and close by clicking the title if not click crops.

  • For seeds in NECCC, remove the "Not Recommended for Planting Date" text on seed card, updated them with recommend planting date to make it clearer.

  • Linted the whole application.

10-26-23

  • Added map for state selection

  • Added map for location selection

  • Added feature to fetch SSURGO data for the specified location and auto populate soil conditions

  • Added an app name and favicon in the browser

  • Added error handling and an API call spinner

  • Created an accordion for NRCS details for MCCC

  • Made the step bar in the top clickable after all information is filled

  • Refactored to make some components simpler

  • No labels