... | ... | @@ -44,7 +44,9 @@ This looks like a long list, but hopefully it isn't in reality. I've just broken |
|
|
1 - Delete API is questionable
|
|
|
|
|
|
> suggested input: HouseAdID
|
|
|
|
|
|
> Suggested output: 200OK
|
|
|
|
|
|
> process: update HouseAd with HouseAdID given to have HouseAdStatusID=0. reload the page or remove the object from the user's current data set and move on.
|
|
|
|
|
|
1 - Duplicate functions as if it were a normal edit. Forwards to template which doesn't make sense IMO. We probably just want to pass data with the ID's and UIDs stripped and have edit key on empty IDs
|
... | ... | @@ -75,11 +77,14 @@ This looks like a long list, but hopefully it isn't in reality. I've just broken |
|
|
|
|
|
1 - API For submisision is questionable
|
|
|
|
|
|
>>> Proposed input: entity_id, entity_type, file stream of asset, compositionTitle, templateID
|
|
|
>>> Output: one FULL house ad object reccomended, but minimum is houseAdID.
|
|
|
>>> See info bullet below for steps.
|
|
|
> Proposed input: entity_id, entity_type, file stream of asset, compositionTitle, templateID
|
|
|
|
|
|
> Output: one FULL house ad object reccomended, but minimum is houseAdID.
|
|
|
|
|
|
5 - Page retains old data and preloads that before loading current. is mildly jarring
|
|
|
> See info bullet below for steps.
|
|
|
|
|
|
~~5 - Page retains old data and preloads that before loading current. is mildly jarring~~
|
|
|
I fixed this somehow so that's pretty cool.
|
|
|
|
|
|
* The file uploaded as the asset should be the key-value pair of template text value -> new text value. This is inconsistent with some old documentation. As of my exit, this change has already been planned but not tested or prototyped.
|
|
|
|
... | ... | @@ -110,9 +115,11 @@ This looks like a long list, but hopefully it isn't in reality. I've just broken |
|
|
|
|
|
1 - API for submission is questionable.
|
|
|
|
|
|
>>> Proposed submission data:
|
|
|
>>> input: houseadID, start date, end date, weekdays
|
|
|
>>> output: none needed, can return entire ad, will likely be ignored.
|
|
|
> Proposed submission data:
|
|
|
|
|
|
> input: houseadID, start date, end date, weekdays
|
|
|
|
|
|
> output: none needed, can return entire ad, will likely be ignored.
|
|
|
|
|
|
---
|
|
|
|
... | ... | |