Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules
Commits
ffa2d3d5
Commit
ffa2d3d5
authored
Sep 20, 2018
by
Zac Wood
Browse files
Renamed schedules_api to schedules
parent
47856176
Changes
154
Hide whitespace changes
Inline
Side-by-side
schedules
_api
/.gitignore
→
schedules/.gitignore
View file @
ffa2d3d5
File moved
schedules
_api
/.rspec
→
schedules/.rspec
View file @
ffa2d3d5
File moved
schedules
_api
/.rubocop.yml
→
schedules/.rubocop.yml
View file @
ffa2d3d5
File moved
schedules
_api
/.rubocop_autogen.yml
→
schedules/.rubocop_autogen.yml
View file @
ffa2d3d5
File moved
schedules
_api
/.rubocop_relaxed.yml
→
schedules/.rubocop_relaxed.yml
View file @
ffa2d3d5
File moved
schedules
_api
/Dockerfile
→
schedules/Dockerfile
View file @
ffa2d3d5
File moved
schedules
_api
/Dockerfile.dev
→
schedules/Dockerfile.dev
View file @
ffa2d3d5
File moved
schedules
_api
/Gemfile
→
schedules/Gemfile
View file @
ffa2d3d5
File moved
schedules
_api
/Gemfile.lock
→
schedules/Gemfile.lock
View file @
ffa2d3d5
File moved
schedules
_api
/README.md
→
schedules/README.md
View file @
ffa2d3d5
File moved
schedules
_api
/Rakefile
→
schedules/Rakefile
View file @
ffa2d3d5
File moved
schedules
_api
/app/assets/config/manifest.js
→
schedules/app/assets/config/manifest.js
View file @
ffa2d3d5
File moved
schedules
_api
/app/assets/images/.keep
→
schedules/app/assets/images/.keep
View file @
ffa2d3d5
File moved
schedules/app/assets/javascripts/SectionCard.js
0 → 100644
View file @
ffa2d3d5
class
SectionCard
{
constructor
(
section
)
{
this
.
_html
=
`
<li id="section-
${
section
.
crn
}
" class="list-group-item schedule-section-card" onclick="removeFromSchedule(this)">
<span style="float:left"><b class="subj">
${
section
.
name
}
</b>:
${
section
.
title
}
</span>
<span style="float:right"><i class="fas fa-map-marker-alt"></i>
${
section
.
location
}
</span>
<div style="clear: both"></div>
<span style="float:left"><i class="fas fa-chalkboard-teacher"></i> TODO </span>
<span style="float:right"><i class="fas fa-clock"></i>
${
section
.
days
}
,
${
section
.
start_time
}
-
${
section
.
end_time
}
</span>
<div style="clear: both"></div>
</li>`
;
}
}
schedules
_api
/app/assets/javascripts/application.js
→
schedules/app/assets/javascripts/application.js
View file @
ffa2d3d5
File moved
schedules
_api
/app/assets/javascripts/cable.js
→
schedules/app/assets/javascripts/cable.js
View file @
ffa2d3d5
File moved
schedules
_api
/app/assets/javascripts/channels/.keep
→
schedules/app/assets/javascripts/channels/.keep
View file @
ffa2d3d5
File moved
schedules
_api
/app/assets/javascripts/courses.js
→
schedules/app/assets/javascripts/courses.js
View file @
ffa2d3d5
File moved
schedules
_api
/app/assets/javascripts/home.js
→
schedules/app/assets/javascripts/home.js
View file @
ffa2d3d5
File moved
schedules
_api
/app/assets/javascripts/search.js
→
schedules/app/assets/javascripts/search.js
View file @
ffa2d3d5
File moved
Prev
1
2
3
4
5
…
8
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment