dbc_today 2.0.8 → 2.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e3c8f8c9c2674a842070fedb4ea65b2032b173f
4
- data.tar.gz: 82ac2a288fa5fac930ba1ae84108818dd9806c1d
3
+ metadata.gz: b83869cc7d0f0e98a65f9e2e175e2f2110ad04af
4
+ data.tar.gz: aeab19bb891bf66091adcf072343a171acec6506
5
5
  SHA512:
6
- metadata.gz: a65c74d7363484b4893e0622a45040cf16576802fc1eeb0bdafdf9a8fad0f0654f093540dd433fa167e67a498c0dfb601e1cfd45a7f5bb36d61e135fe0135097
7
- data.tar.gz: e810e2143ef2d866e8cbc2ac640a4142badce37c84e8865950d8517c726ce10644cf65828f6323d50add8083717def5dc8be0f2c3676e1ab60441e891184e430
6
+ metadata.gz: 563a2249c2f62e14cffab23aac78c3be2d9c58327b7bb2b0653db11cf20b7381a13d771c40f8398f893cb680d1371b9cdd6762153fda46a9b58b267ef9468e39
7
+ data.tar.gz: 380f73302112f34b7b93428dd2b5fb03ab7188dd04e7c2226e352b1a58e957cc6b2c594cab21522c2db8b49eade40601cea67f972fad59f6ab530a45a767757d
@@ -0,0 +1,10 @@
1
+ topic,type,name,url
2
+ console mvc,code example,Stephen's apartments mvc app,https://github.com/nyc-pocket-gophers-2016/apartments-mvc
3
+ console mvc,code example,dbc_today mvc console gem,https://github.com/Devbootcamp/dbc_today
4
+ console mvc,code example,hospital mvc example,https://github.com/nyc-nighthawks-2016/ruby-flashcards-1-single-deck-challenge/blob/master/readme-assets/mvc-hospital-example.md
5
+
6
+ activerecord associations,tutorial,many-to-many railscast,http://railscasts.com/episodes/47-two-many-to-many
7
+
8
+ jquery,cheatsheet,jquery cheatsheet,https://oscarotero.com/jquery/
9
+
10
+ debugging,blog post,ruby debugging tips,http://www.unforgivableruby.com/post/142024953634/tips-for-learning-about-and-debugging-your-ruby
@@ -9,22 +9,26 @@ phase,week,day,description,start_time,end_time
9
9
  ,,5,check-in groups,9am,9:30am
10
10
  ,,5,all cohorts check-in reflection,9:30am,9:45am
11
11
  ,,5,student feedback,9:45am,10am
12
-
13
- 1,1,1,orientation,all day,
14
12
  ,,4,solo day,all day,
15
13
  ,,5,group day,all day,
14
+
15
+ 1,1,1,orientation,all day,
16
16
  1,1,2,feedback and teamwork ee,4:30pm,6pm
17
+ 1,2,5,p1 improv,2:15pm,3:15pm
18
+ 1,3,1,empathy and authenticity ee, 430pm,6pm
19
+ 1,3,3,assessment review,9am,5pm
20
+ 1,3,3,assessment results,5pm,6pm
21
+ 1,3,3,p1 assessments,9am,12:45pm
22
+
17
23
  2,1,3,allyship and inclusion ee,4:30pm,6pm
18
24
  2,2,2,resilience and the inner critic ee,4:30pm,6pm
19
- 3,2,3,team dynamics ee,3:30pm,4:30pm
20
25
  2,2,3,navigating difficult conversations ee,4:30pm,6pm
21
- 3,2,4,project pitches,9am,9:20am
22
- 1,3,1,empathy and authenticity ee, 430pm,6pm
23
- 1,3,3,p1 assessments,9am,12:45pm
24
26
  2,3,3,p2 assessments,9am,5pm
25
- 1,3,3,assessment review,9am,5pm
26
- 1,3,3,assessment results,5pm,6pm
27
+
28
+ 3,2,3,team dynamics ee,3:30pm,4:30pm
29
+ 3,2,4,project pitches,9am,9:20am
27
30
  3,3,5,p3 graduation!,all day,
28
31
  3,3,5,p3 demo practice,10am,12:30pm
32
+
29
33
  ,3,5,graduation lunch,12:30pm,2pm
30
34
  ,3,5,graduation party,6pm,8pm
@@ -17,7 +17,7 @@ phase,week,day,description
17
17
  1,2,3,csv parsing
18
18
  1,2,3,argv
19
19
  1,2,3,csv writing
20
- 1,2,4,mvc
20
+ 1,2,4,console mvc
21
21
  1,2,5,flash cards project
22
22
 
23
23
  1,3,1,schema design
@@ -40,7 +40,8 @@ phase,week,day,description
40
40
 
41
41
  2,2,1,html and css
42
42
  2,2,1,javascript
43
- 2,2,2,jquery and events
43
+ 2,2,2,jquery
44
+ 2,2,2,dom events
44
45
  2,2,2,ajax
45
46
  2,2,3,event delegation
46
47
  2,2,3,polymorphic associations
@@ -1,3 +1,3 @@
1
1
  module DbcToday
2
- VERSION = "2.0.8"
2
+ VERSION = "2.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dbc_today
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.8
4
+ version: 2.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Stewart
@@ -88,6 +88,7 @@ files:
88
88
  - lib/dbc_today.rb
89
89
  - lib/dbc_today/controllers/events_controller.rb
90
90
  - lib/dbc_today/controllers/topics_controller.rb
91
+ - lib/dbc_today/data/reference_materials.csv
91
92
  - lib/dbc_today/data/schedule.csv
92
93
  - lib/dbc_today/data/topics.csv
93
94
  - lib/dbc_today/models/event.rb