Skip to content

Instantly share code, notes, and snippets.

###Dropdown Questions

  • ¿How are categories going to stay expanded, or when do they auto expand? 3
    • i.e. Just clicked courses -> adult enrich -> learn more, when on category page, show as far as that category expanded and selected in dropdown
  • ¿Put new category name at top of 2nd column like Udemy? 14/15
  • ¿2nd Category more categories than first? Owatana
    • Ideas
      • Scroll, scrollbar always visible
      • Carousel
      • Entire menu expands height (stay in place at top)
  • Chevron down indicate more, and expands rest of items

Course Category

  • # courses panel, add links
  • Remove "subcategories" title

Sacc Site

  • Filter
    • if none, create good message/display for "no results found" (google has some good approaches)
    • clear -> Reset
  • If more than one location/address, list both, also move location portion to top even for preschool, remove from lower panels
  • Location, don't use current approach, use Building name followed by address

Nav

  • what do their navbar dropdowns look like?
  • FeePay logo should be aligned with "simplify" text and icons, bootstrap container, feels inconsistent, same with links

Better Layout:

logo link link link link link RequestDemo


Nav

  • What do their navbar dropdowns look like?
  • FeePay logo and navbar links should be aligned similar to rest of page, consistent margins (take Bootstrap's .container element as an example).

Better Nav Layout:

logo link link link link link RequestDemo


Timeline

Item Estimation Time Spent Done Planning? Completed?
Search general, fields, icons 15 days 1 day
Building Show 1-3 days 6 days ✔️
Create .list-group-mobile and .list-group-item-mobile 1 day
NSD Contract (same as current but different schedule?) 1 day
Drop in Contract 1 day
Menu Design: Search/Dropdown 14 days 5 days ✔️
error: Could not find 'rubocop'. The program may not be installed.
    at Rubocop.module.exports.Beautifier.commandNotFoundError (/Users/chrisaga/.atom/packages/atom-beautify/src/beautifiers/beautifier.coffee:178:14)
    at /Users/chrisaga/.atom/packages/atom-beautify/src/beautifiers/beautifier.coffee:274:25
    at tryCatcher (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/babel-core/node_modules/bluebird/js/main/util.js:26:23)
    at Promise._settlePromiseFromHandler (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/babel-core/node_modules/bluebird/js/main/promise.js:507:31)
    at Promise._settlePromiseAt (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/babel-core/node_modules/bluebird/js/main/promise.js:581:18)
    at Promise._settlePromises (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/babel-core/node_modules/bluebird/js/main/promise.js:697:14)
    at Async._drainQueue (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/ba
function setupConflict(siteId, roomId, dateString) {
var locationSelector, roomSelector, $unselectable, $dateInput;
locationSelector = '#facility_request_every_facility_request_section_attributes_0_attributes_to_build_facility_request_parts_site_id_' + siteId;
roomSelector = '#facility_request_every_facility_request_section_attributes_0_attributes_to_build_facility_request_parts_room_ids_' + roomId + '_';
$(document).on('rooms-loaded', function (event) {
$(roomSelector).prop('checked', true);
$(roomSelector).change();
function setupConflict(siteId, roomId, dateString) {
var locationSelector, roomSelector, $unselectable, $dateInput;
locationSelector = '#facility_request_every_facility_request_section_attributes_0_attributes_to_build_facility_request_parts_site_id_' + siteId;
roomSelector = '#facility_request_every_facility_request_section_attributes_0_attributes_to_build_facility_request_parts_room_ids_' + roomId + '_';
$(document).on('rooms-loaded', function (event) {
$(roomSelector).prop('checked', true);
$(roomSelector).change();
// Get lecture plan for Udemy
var finalLecturePlan;
finalLecturePlan = getLecturePlan(2);
function getLecturePlan(hoursPerDay) {
var times, totalTime;
times = $('.lecture__item__link__time').map(function (idx, obj) {
var $obj, timeStr, regex, execed, minutes, minuteSeconds, seconds, totalSeconds, $parent, lectureNumber;