Closed alexander-yord closed 3 months ago
In latest commit, I have done the following. The stricken down requirement is de-prioritized for now.
product_categories
and product_subcategories
tables to include a column for visibility (connected to 7)product_statuses.order_no
, so that the completed statuses are last, applications are first, and everything else is in-between product_status_updates
add column prime_uid
which is a primary key and auto incrementsproduct_notes
column which refers to the product_status_updates.prime_uid
percentage_amount
should not be decimalizedproduct_custom_column_def
table, add a column available_before
[!IMPORTANT] I have added a Foreign Key relationship for the
available_before
column
As an employee, C-Suite Executive, or admin, I want to:
categories andsubcategories (Note: there is an API for category creation, but because categories are directly related to images and contracts, they will be better done through a CR)Additional db/config changes:
product_categories
andproduct_subcategories
tables to include a column for visibility (connected to 7)product_statuses.order_no
, so that the completed statuses are last, applications are first, and everything else is in-betweenproduct_status_updates
add columnprime_uid
which is a primary key and auto incrementsadd aproduct_notes
column which refers to theproduct_status_updates.prime_uid
percentage_amount
should not be decimalizedproduct_custom_column_def
table, add a columnavailable_before