This commit is contained in:
@@ -77,8 +77,13 @@ INITIAL TESTING NOTES:
|
||||
|
||||
|
||||
SERVER
|
||||
- WidgetBiz Create / CreateAsync share much the same code, move redundancies to common method
|
||||
- This object will be replicated repeatedly so it always pays to clean it up more and more
|
||||
- ProcessObjectKeywords improvement
|
||||
-Should just be able to pass the object to be processed to a method that will automatically find the Name field and all text fields and process it accordingly
|
||||
- May need a hint if there isn't a specific "Name" field but that's probably so rare that can just leave that out and continue the old way for any object without a Name
|
||||
- Do these after doing the above as it may be all that's required for them anyway:
|
||||
- WidgetBiz Create / CreateAsync share much the same code, move redundancies to common method
|
||||
- This object will be replicated repeatedly so it always pays to clean it up more and more
|
||||
- WidgetBiz Put/Patch also share nearly the same process keywords code, so move to common method!!
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user