1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/nuance/storage
Bob Trahan cba959635e Nuance - conduit method to create items
Summary:
pretty simple. did the bare minimum in the editor, etc. to be able to create an item from the conduit console.

I put the work in the editor for initializing new values, rather than some initializeNewItem method, mainly because Items don't have policy directly but instead policy will be defined by the queue(s) the item is in. The editor is definitely going to host this work, so it felt like it might be better to do it this way in time...? anyway, easy to make an initializeNew method instead if you want to have that paradigm going all the time.

Test Plan: made an item from teh conduit console - success. verified errors for missing data as well

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D7879
2014-01-06 11:19:32 -08:00
..
NuanceDAO.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceItem.php Nuance - conduit method to create items 2014-01-06 11:19:32 -08:00
NuanceItemTransaction.php Nuance - conduit method to create items 2014-01-06 11:19:32 -08:00
NuanceItemTransactionComment.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceQueue.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceQueueItem.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceQueueTransaction.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceQueueTransactionComment.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceRequestor.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceRequestorSource.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceRequestorTransaction.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceRequestorTransactionComment.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceSource.php Nuance - federate out the design of NuanceSource via NuanceSourceDefinition 2013-11-20 13:41:19 -08:00
NuanceSourceTransaction.php Nuance - federate out the design of NuanceSource via NuanceSourceDefinition 2013-11-20 13:41:19 -08:00
NuanceSourceTransactionComment.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceTransaction.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00