You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context
Labelling options indicate whether a fertilizer uses "record keeping" or "no record keeping":
Record keeping: The label does not list active ingredients, using a generic statement like "Active ingredients derived from registered and exempt materials."
No record keeping: The label explicitly lists active ingredients, e.g., "Active ingredients derived from: Composted turkey litter, etc."
Problem Statement
We need to add a field in the pipeline that identifies the labelling option, indicating whether record keeping is used or not.
Acceptance Criteria
Implement a field in the pipeline to extract and indicate whether the labelling option is "record keeping" or "no record keeping" (e.g., a boolean).
Ensure that the pipeline accurately extracts this information from the provided data.
Validate the implementation with clear test cases.
This issue is on hold due to an insufficient number of sample labels needed for solution design. For now, we will implement the field in the backend with a hardcoded default value. The user will be responsible for determining whether record keeping is present. The frontend will provide an input option for users to manually enter this information.
Description
Context
Labelling options indicate whether a fertilizer uses "record keeping" or "no record keeping":
Problem Statement
We need to add a field in the pipeline that identifies the labelling option, indicating whether record keeping is used or not.
Acceptance Criteria
Additional Information
The text was updated successfully, but these errors were encountered: