public/components/content-list-drawer/content-list-drawer.js (5 lines): - line 12: * TODO: Try and move away from $timeouts to trigger scope update - line 161: // TODO: move build incopy URL to decorator - line 231: // TODO: move to generic "hide drawer" method - line 242: // TODO toggle show different item (edge case, rarely should fire) - line 264: * TODO: Don't do this... public/lib/content-service.js (4 lines): - line 168: * TODO normalise to single API. - line 189: // TODO: create a generic PATCH / PUT API - line 203: method: 'POST', // TODO: update to PATCH method - line 280: * TODO: replace with an event stream public/components/content-list/content-list.js (4 lines): - line 269: var INFINITE_SCROLL_STARTING_ITEMS = 50, // TODO Dynamically calculate optimal value based on container height - line 379: // TODO: status is currently stored as presentation text, eg: "Writers" - line 438: // TODO: if multiple fields need updating, do it in a single API call - line 511: // TODO: use more specific event names to trigger a refresh, eg: filterChanged, contentImported public/main.scss (4 lines): - line 14: // Flexbox prefixes - TODO: Autoprefixer - line 20: // Flexbox prefixes - TODO: Autoprefixer - line 32: // Flexbox prefixes - TODO: Autoprefixer - line 38: // Flexbox prefixes - TODO: Autoprefixer public/layouts/global/_top-toolbar.scss (3 lines): - line 2: // Flexbox prefixes - TODO: Autoprefixer - line 17: // Flexbox prefixes - TODO: Autoprefixer - line 23: // Flexbox prefixes - TODO: Autoprefixer public/components/punters/punters.js (3 lines): - line 72: $scope.stub.assignee = userEmail?.substring(0,128); // TODO can we get rid of this field all together - line 138: //FIXME figure out why it takes so long to render this new `foundUsers` list - line 145: // TODO check if we need to clear $scope.tokens public/lib/user.js (3 lines): - line 18: // TODO: convert wfUser to a class/function as user may change - line 61: if (eventData) { // TODO: check for sessionCheck identifier in message data - line 127: // TODO: open in popup public/components/content-list-item/content-list-item.js (2 lines): - line 100: // TODO: Stubs have a different structure to content items - line 144: // TODO: Decide if this is due or deadline public/components/content-list-item/_content-list-item.scss (2 lines): - line 141: // bootstrap override, TODO remove - line 404: // TODO: use proper pallete colours public/components/directives/ui-filter-list.js (2 lines): - line 80: // TODO: if we used an isolate scope, this would be resolved for us… but then - line 96: // TODO: if we used an isolate scope, this would be resolved for us… but then public/layouts/dashboard/_dashboard.scss (1 line): - line 23: // Flexbox prefixes - TODO: Autoprefixer public/lib/date-service.js (1 line): - line 24: // TODO: extract latest data automatically in build process public/components/icons/_icons.scss (1 line): - line 54: // TODO: Move css that references these to use new linked svg icons common-lib/src/main/scala/com/gu/workflow/syntax/package.scala (1 line): - line 7: // TODO move these syntax bits to their own files public/app.js (1 line): - line 70: // TODO: remember user's state and redirect there on default '' route app/controllers/Application.scala (1 line): - line 136: ("sectionsInDesks", sectionsInDesks.asJson), // TODO: Combine desks & sectionsInDesks public/components/fonts/_webfonts.scss (1 line): - line 37: // @TODO: Remove this when we get rid of bootstrap public/components/editable-field/editable-field.js (1 line): - line 175: // TODO: could check for promise from onEditableUpdate to public/lib/composer-service.js (1 line): - line 59: takenDown: (d) => false, // TODO: takenDown from composer feed public/layouts/dashboard/_toolbar.scss (1 line): - line 169: // TODO: Refactor masked select boxes to own module public/components/content-list-drawer/content-list-drawer.html (1 line): - line 256: public/lib/settings-service.js (1 line): - line 30: // TODO: add listeners to local storage events public/lib/filters-service.js (1 line): - line 175: // TODO: Refactor filters service to promise based architecture to allow for deferred loading of filters based on preferences public/layouts/global/_autocomplete.scss (1 line): - line 11: TODO: Add this public/components/stub-modal/stub-modal.js (1 line): - line 61: // TODO MRB: Ideally Composer would give us back an opaque ID. public/components/sidebar-filter/sidebar-filter.js (1 line): - line 183: .filter((filter) => filter && filter !== null) // TODO: Figure out where nulls in the prefs come from