... | ... | @@ -12,7 +12,7 @@ MMBE = Mystery Machine BackEnd (not cheerios) |
|
|
|
|
|
FE = Mystery Machine
|
|
|
|
|
|
Points preceeded with a value (e.g. ```1 - ...``` or ```5 - ...``` are listed by importance. 1 is feature critical 5 is a minor QoL improvement. No flow affect, just experience)
|
|
|
Points preceeded with a value (e.g. ```1 - ...``` or ```5 - ...``` are listed by importance. 1 is feature critical 5 is a minor QoL improvement with no flow affect, just experience. Bullet points are informative rather than directive.
|
|
|
|
|
|
## General incomplete Features:
|
|
|
|
... | ... | @@ -49,32 +49,30 @@ This looks like a long list, but hopefully it isn't in reality. I've just broken |
|
|
|
|
|
----
|
|
|
|
|
|
#### HA-72 Preview:
|
|
|
|
|
|
1 - Submit needs to actually make the api call.
|
|
|
#### HA-68 Calendar:
|
|
|
|
|
|
1 - API for submission is questionable.
|
|
|
5 - This page is poorly mobile responsive.
|
|
|
|
|
|
----
|
|
|
|
|
|
#### HA-76 Template:
|
|
|
|
|
|
2 - Filters are unresponsive until DOM completes loading
|
|
|
|
|
|
3 - Slow loading is a bad UX.
|
|
|
|
|
|
3 - Filters force the object to reload.
|
|
|
|
|
|
2 - Filters are unresponsive until DOM completes loading
|
|
|
|
|
|
------
|
|
|
|
|
|
#### HA-80 Edit:
|
|
|
|
|
|
5 - Page retains old data and preloads that before loading current. is mildly jarring
|
|
|
|
|
|
1 - Submission does not occur.
|
|
|
|
|
|
1 - API For submisision is questionable
|
|
|
|
|
|
5 - Page retains old data and preloads that before loading current. is mildly jarring
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
-----
|
... | ... | @@ -83,17 +81,28 @@ This looks like a long list, but hopefully it isn't in reality. I've just broken |
|
|
|
|
|
2 - A "NEVER" date does not translate on edit. We take the date as the date.
|
|
|
|
|
|
----
|
|
|
|
|
|
#### HA-72 Preview:
|
|
|
|
|
|
1 - Submit needs to actually make the api call.
|
|
|
|
|
|
1 - API for submission is questionable.
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
#### General:
|
|
|
|
|
|
* Edgecast URL is stubbed in right now and needs to be obtained from the data itself or somewhere else.
|
|
|
1 - Edgecast URL is stubbed in right now and needs to be obtained from the data itself or somewhere else.
|
|
|
|
|
|
* Logo will require a change in the template files as they stand.
|
|
|
2 - Date inputs are inconsistent in formatting Validate that the dates submitted mean what we think.
|
|
|
|
|
|
4 - 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.
|
|
|
|
|
|
* Date inputs are inconsistent in formatting Validate that the dates submitted mean what we think.
|
|
|
5 - House Ads is missing an icon. Home page is weird as a result, sidebar is weird and "house ads" text is the home button for the app as a result.
|
|
|
|
|
|
* 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.
|
|
|
* Logo will require a change in the template files as they stand.
|
|
|
|
|
|
* 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.
|
|
|
|
... | ... | @@ -103,14 +112,16 @@ This looks like a long list, but hopefully it isn't in reality. I've just broken |
|
|
#### Dev Knowledge:
|
|
|
|
|
|
* Running locally needs the "Cors Everywhere" plugin or else templates and such won't work right.
|
|
|
|
|
|
-----
|
|
|
|
|
|
## Sitehub:
|
|
|
|
|
|
1 - APIs are incomplete. There are 3 requred: 2 GET, 1 POST
|
|
|
|
|
|
> Get are defined here: http://dc-gitrepo-01.ntn.com/kbungo/local_ad_manager/tree/master/server#sitehub-aggregate
|
|
|
|
|
|
> POST is roughly defined here: https://jira.buzztime.com/projects/HA/issues/HA-85
|
|
|
> POST is roughly defined here: https://jira.buzztime.com/projects/HA/issues/HA-85
|
|
|
|
|
|
1 - HouseAds still has URI stubbing in place for dev use.
|
|
|
|
... | ... | |