saxifrage / cityasacampus

An open-source platform for connecting and showcasing resources within local learning communities.
http://cityasacampus.org/
5 stars 4 forks source link

2015-12-08 CaaC Standup #375

Closed MatthewVita closed 8 years ago

MatthewVita commented 8 years ago

previous standup: https://github.com/saxifrage/cityasacampus/issues/362

What I accomplished last week:

What I intend to do this week:

Obstacles that are impeding my progress:

Current book I'm reading:

MatthewVita commented 8 years ago

pinging @cameronscott137 @chelseaerdner @dmtroyer @sdanko11 @timothyfcook @whit537 :gem: :gem: :gem:

chadwhitacre commented 8 years ago

last week:

this week:

blockers:

book:

dmtroyer commented 8 years ago

Last Week

This week

Blockers

Reading

MatthewVita commented 8 years ago

Nesting too much sass.

I lol'd

chadwhitacre commented 8 years ago

I've pruned the pathways_ftw branch (536e3354a21c7ed852c876f5d85f5adf376cf89f) per IRL convo w/ @dmtroyer. The two commits on there are rebased on pathways_ftw_2.

chadwhitacre commented 8 years ago

Now I've move pathways_ftw_2 to pathways_ftw, and I've started a PR for it (against create-pathways; #364): #377.

chadwhitacre commented 8 years ago

The golden spike on this project will be when, for the first time, we POST to http://caac-map.net/ from http://learnpgh.org/, and http://caac-map.net/ successfully POSTs back to http://learnpgh.org/ with the SVG of a map that is subsequently published on http://learnpgh.org/.

0d51c89bdf58232f8416693879697475

chadwhitacre commented 8 years ago

I've been preparing to forge the golden spike in #364 and now #377. I anticipate one more PR against #364, following #377. With #377 we should have a functioning UX for create grids and pathways for organizer maps. Once that is landed in #364, the next PR I expect will be the one that calls out to http://caac-map.net/ to generate the SVG for the maps. That will be the golden spike! Once we merge that (and #377) to #364, we'll be ready to merge #364 back to master.

@dmtroyer @MatthewVita It looks like you two are making good progress on the user management flow. I suppose we'll want that all tight on master and deployed to production before landing #364. I expect that we'll want to rebase #364 on an auth-aware master, and do any necessary wiring-up of auth on #364, before landing that PR. Once #364 is authed-up and landed on master, we'll be ready to deploy map creation to production!

We'll have to slip map viewing in there somewhere as well. I'm not sure whether we'll be able to land the global (as opposed to the per-organizer) map before deploying.

chadwhitacre commented 8 years ago

For now though I'm going to drop back from #364 and do some more roughing in of the dashboard. I need an organizer-specific dashboard URL in order to provide the proper context for map creation.

chadwhitacre commented 8 years ago

For now though I'm going to drop back from #364 and do some more roughing in of the dashboard. I need an organizer-specific dashboard URL in order to provide the proper context for map creation.

PR started in #380 ...