This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var $lC = $loadingObject.find('.loading-cube'), | |
sT = $(window).scrollTop(), | |
eOT = $thisOffset.top, | |
eH = $this.height(), | |
wH = $(window).height(), | |
cH = 25, | |
nCP; | |
eVH; | |
if(sT > eOT) { | |
if(eOT + cH > sT + wH) { |
prevent default
case
when rainy_mood
mute rainy_mood tab
when spotify
pause spotify
when youtube_playing
pause youtube video
Item | Estimation | Time Spent | Done Planning? | Completed? |
---|---|---|---|---|
Search general, fields, icons | 15 days | 1 day | ||
Redesign Course Notes Object | 2 - 3 days | 2 days | ✔️ | ✅ |
Course Category | 3 days | 2 days | ✔️ | ✅ |
Sacc Site Show (mockup) updated | 7 days | 3 days | ✔️ | ✅ |
Building Show | 1-3 days | 12 days | ✔️ | ✅ |
Payment Receipt | 2 days | 2 days | :heavy |
Primary search categories will get block groupings as seen in this mockup THIS updated mockup
- ¿Top Result?, "fa-star"
- Programs, "fa-graduation-cap"
- Program Categories, "fa-tag"
- Locations, "fa-map-marker"
- Accounts, "cf-profile"
- Misc, "fa-asterisk"
"Customize your feed" (for finding courses in generic browse mode) similar to instructables
- Add "distance from location" to location filter on search results page
- Season replaces "Category" on filters when lookign at sacc site, swap green/yellow for all cases, so season ends up as green
vendor/plugins/acts_as_solr
- figure out common fields between search indices, for INDEXING MODULE
- Doesn't matter what actual name ruby attribute is, SOLR defines (label/name) as name according to SOLR
- Most common: name, address, acronym
- Programs (Courses/ECFE, i.e. painting, swimming 10442) ( PROGRAMS)
Search Indices: | A -> B | Filter Indices: |
---|---|---|
name, description (courses in winter), tags, !notes!, number (from catalogue) | location/room, season, catalogue, category, instructor name | start_date, end_date, created_at (newest), distance from your location, times of the day, DOW, age, grade, category, catalogue |
- Category (aquatics etc.) ( PROGRAM CATEGORIES)
Search Indices: | A -> B | Filter Indices: |
---|