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
Hello all,
I want to use the package in an existing project, where the different states of an item is stored in a "statuses" table, and the current state of the item is given by the foreign key status_id in the items table. I do not want to change this structure because it would require an important rework of the project. It woudl require to link my state classes to a given status in my statuses table, and to let the package know that the field to change in my items table is called status_id, with an integer as a value.
Is it possible or is the package's architecture too rigid?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I want to use the package in an existing project, where the different states of an item is stored in a "statuses" table, and the current state of the item is given by the foreign key status_id in the items table. I do not want to change this structure because it would require an important rework of the project. It woudl require to link my state classes to a given status in my statuses table, and to let the package know that the field to change in my items table is called status_id, with an integer as a value.
Is it possible or is the package's architecture too rigid?
Thanks for the help :)
Beta Was this translation helpful? Give feedback.
All reactions