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
Describe the task
Add a column called "Class" and "Use Case" instead of "Portfolio". Multiples are allowed for both columns. That means it could be a single value or a list in each cell. They will be separated by commas. Both can also be null.
"Class" can be:
Road - 3
Road - 4
Road - 5
Road - 6
Road - 7
Road - 8
Road - 8C
If it's a list, it would be Road - 7, Road - 8.
Use Case can be a single item or a list. It can be any value. For instance, Marine or Loader, Fork Lift.
Purpose
This columns are necessary to get counts for dashboards.
Acceptance Criteria
"Class" accepts only values from the list above. It can be a single value or a list. It can also be missing (empty).
"Use Case" accepts any values. It can be a single value or a list. It can also be empty.
"Portfolio" column is removed.
Additional context
All this information will be reflected on Teams in Data_2024 folder, CVP, Data_Tab_Format.
The text was updated successfully, but these errors were encountered:
* Changed portfolio column to Use Case and Class, updated validate_field_values function to check for multiple values in a string
* Making delimiter for splitting values in a function a kwarg argument
Describe the task
Add a column called "Class" and "Use Case" instead of "Portfolio". Multiples are allowed for both columns. That means it could be a single value or a list in each cell. They will be separated by commas. Both can also be null.
"Class" can be:
If it's a list, it would be
Road - 7, Road - 8
.Use Case can be a single item or a list. It can be any value. For instance,
Marine
orLoader, Fork Lift
.Purpose
This columns are necessary to get counts for dashboards.
Acceptance Criteria
Additional context
The text was updated successfully, but these errors were encountered: