... | ... | @@ -41,7 +41,7 @@ This looks like a long list, but hopefully it isn't in reality. I've just broken |
|
|
|
|
|
1 - Delete API call is not made.
|
|
|
|
|
|
1 - Delete API is quetionable
|
|
|
1 - Delete API is questionable
|
|
|
|
|
|
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
|
|
|
|
... | ... | @@ -95,6 +95,14 @@ This looks like a long list, but hopefully it isn't in reality. I've just broken |
|
|
|
|
|
* Dates across the site are odd. "NEVER" end translates to a date and we never translate it back for display so the display shows 2099 end date when the user selects never.
|
|
|
|
|
|
* If a user has adblock or something similar, API calls will be disabled and the app won't function :upside\_down: If we rename the word "ad" out of the MMBE API URLs it won't be blocked anymore.
|
|
|
|
|
|
* AdPreview component used on the home page and the edit pages is the same thing. It currently has not been tested for text replacement off a file from the front end. in theory it shouldn't be an issue, but needs to be tested.
|
|
|
|
|
|
-----
|
|
|
#### Dev Knowledge:
|
|
|
|
|
|
* Running locally needs the "Cors Everywhere" plugin or else templates and such won't work right.
|
|
|
-----
|
|
|
|
|
|
## Sitehub:
|
... | ... | @@ -107,3 +115,5 @@ This looks like a long list, but hopefully it isn't in reality. I've just broken |
|
|
1 - HouseAds still has URI stubbing in place for dev use.
|
|
|
|
|
|
1 - fallback ads do not exist and will need to be massaged into the app before release
|
|
|
|
|
|
1 - Settings.SiteHub.HouseAdsEnabled for enabling houseads to run |
|
|
\ No newline at end of file |