diff --git a/server/AyaNova/biz/WorkOrderBiz.cs b/server/AyaNova/biz/WorkOrderBiz.cs index 53b92f38..1399dbd3 100644 --- a/server/AyaNova/biz/WorkOrderBiz.cs +++ b/server/AyaNova/biz/WorkOrderBiz.cs @@ -16,6 +16,12 @@ namespace AyaNova.Biz MUST be able to update any section at any level independantly Fetch must be able to get entire graph or from any level down or single header only as required probably need a woheaderfetch route separately + + TODO: currently need to go top to bottom and pick through and modernize code, make sure all descendants are coded for, then routes, then come up with a way to test my UI theory as simply as possible + Keeping in mind that too much time invested at this end might be a mistake because client should drive the backend choices + So I guess get a minimally working backend, then a minimally working front end to just get a gist of what the path forward is and then can jump in with real world shit + + I guess just implementing a very simple portion like from wo down to item down to a single grandchild makes the most sense */ internal class WorkOrderBiz : BizObject, IJobObject, ISearchAbleObject, IReportAbleObject, IExportAbleObject, INotifiableObject