Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/8a #90

Merged
merged 14 commits into from
Jan 13, 2015
Merged

Feature/8a #90

merged 14 commits into from
Jan 13, 2015

Conversation

eyalcohen
Copy link
Contributor

This PR covers issue #88

@sanderpick, before we merge in wouldn't mind a second look. Here are some questions I could use your expertise on:

  1. For our top climbers, we'll be getting in about 90% of their climbs. The missing climbs are ones we have no crag information for. Acceptable for a first pass?
  2. Not checking for duplicates - do we care?
  3. Not creating events for any ascent or tick added - do we care? I might create an automatic event post to celebrate the import.
  4. For 1000 routes/boulders, import can take a minute. This is primarily due to weather request per crag. Acceptable?

Anyway, try it out on your account (150+ boulders, 1 route!) and tell me what you think. You can get to import from the settings page or by going to /import.

@sanderpick
Copy link
Member

hell yes. I'm getting booted from my cafe. will check tomorrow evening. this is huge!

On Monday, January 5, 2015 at 7:40 PM, Eyal Cohen wrote:

This PR covers issue #88 (#88)
@sanderpick (https://github.com/sanderpick), before we merge in wouldn't mind a second look. Here are some questions I could use your expertise on:
For our top climbers, we'll be getting in about 90% of their climbs. The missing climbs are ones we have no crag information for. Acceptable for a first pass?
Not checking for duplicates - do we care?
Not creating events for any ascent or tick added - do we care? I might create an automatic event post to celebrate the import.
For 1000 routes/boulders, import can take a minute. This is primarily due to weather request per crag. Acceptable?

Anyway, try it out on your account (150+ boulders, 1 route!) and tell me what you think. You can get to import from the settings page or by going to /import.
You can merge this Pull Request by running
git pull https://github.com/The-Island/island-app feature/8a
Or view, comment on, or merge it at:
#90
Commit Summary
wip scraper
Get all ascents from 8a
All gravy baby
wip
more wip
wip
Getting closer
Working, finally
style and tweaks
Boulder / Route counts on tick list
Some style tweaks
tweaks
Add import button to settings

File Changes
M lib/client.js (https://github.com/The-Island/island-app/pull/90/files#diff-0) (11)
M lib/resources/ascent.js (https://github.com/The-Island/island-app/pull/90/files#diff-1) (124)
M lib/resources/member.js (https://github.com/The-Island/island-app/pull/90/files#diff-2) (1)
M lib/resources/session.js (https://github.com/The-Island/island-app/pull/90/files#diff-3) (315)
M lib/service.js (https://github.com/The-Island/island-app/pull/90/files#diff-4) (116)
M main.js (https://github.com/The-Island/island-app/pull/90/files#diff-5) (2)
M package.json (https://github.com/The-Island/island-app/pull/90/files#diff-6) (4)
M public/css/style.css (https://github.com/The-Island/island-app/pull/90/files#diff-7) (33)
M public/css/style.styl (https://github.com/The-Island/island-app/pull/90/files#diff-8) (34)
M public/js/models/tick.js (https://github.com/The-Island/island-app/pull/90/files#diff-9) (6)
M public/js/router.js (https://github.com/The-Island/island-app/pull/90/files#diff-10) (25)
M public/js/util.js (https://github.com/The-Island/island-app/pull/90/files#diff-11) (4)
A public/js/views/import.insert.js (https://github.com/The-Island/island-app/pull/90/files#diff-12) (246)
A public/js/views/import.search.js (https://github.com/The-Island/island-app/pull/90/files#diff-13) (110)
M public/js/views/rows/tick.js (https://github.com/The-Island/island-app/pull/90/files#diff-14) (4)
A public/templates/import.insert.html (https://github.com/The-Island/island-app/pull/90/files#diff-15) (62)
A public/templates/import.search.html (https://github.com/The-Island/island-app/pull/90/files#diff-16) (17)
M public/templates/rows/tick.html (https://github.com/The-Island/island-app/pull/90/files#diff-17) (34)
M public/templates/settings.html (https://github.com/The-Island/island-app/pull/90/files#diff-18) (14)
M public/templates/ticks.html (https://github.com/The-Island/island-app/pull/90/files#diff-19) (4)

Patch Links:
https://github.com/The-Island/island-app/pull/90.patch
https://github.com/The-Island/island-app/pull/90.diff


Reply to this email directly or view it on GitHub (#90).

@sanderpick
Copy link
Member

For our top climbers, we'll be getting in about 90% of their climbs. The missing climbs are ones we have no crag information for. Acceptable for a first pass?

yep yep

Not checking for duplicates - do we care?

nope nope

Not creating events for any ascent or tick added - do we care? I might create an automatic event post to celebrate the import.

that would be sweet

For 1000 routes/boulders, import can take a minute. This is primarily due to weather request per crag. Acceptable?

yep yep!

Anyway, try it out on your account (150+ boulders, 1 route!) and tell me what you think. You can get to import from the settings page or by going to /import.
You can merge this Pull Request by running
git pull https://github.com/The-Island/island-app feature/8a
Or view, comment on, or merge it at:
#90
Commit Summary
wip scraper
Get all ascents from 8a
All gravy baby
wip
more wip
wip
Getting closer
Working, finally
style and tweaks
Boulder / Route counts on tick list
Some style tweaks
tweaks
Add import button to settings

File Changes
M lib/client.js (https://github.com/The-Island/island-app/pull/90/files#diff-0) (11)
M lib/resources/ascent.js (https://github.com/The-Island/island-app/pull/90/files#diff-1) (124)
M lib/resources/member.js (https://github.com/The-Island/island-app/pull/90/files#diff-2) (1)
M lib/resources/session.js (https://github.com/The-Island/island-app/pull/90/files#diff-3) (315)
M lib/service.js (https://github.com/The-Island/island-app/pull/90/files#diff-4) (116)
M main.js (https://github.com/The-Island/island-app/pull/90/files#diff-5) (2)
M package.json (https://github.com/The-Island/island-app/pull/90/files#diff-6) (4)
M public/css/style.css (https://github.com/The-Island/island-app/pull/90/files#diff-7) (33)
M public/css/style.styl (https://github.com/The-Island/island-app/pull/90/files#diff-8) (34)
M public/js/models/tick.js (https://github.com/The-Island/island-app/pull/90/files#diff-9) (6)
M public/js/router.js (https://github.com/The-Island/island-app/pull/90/files#diff-10) (25)
M public/js/util.js (https://github.com/The-Island/island-app/pull/90/files#diff-11) (4)
A public/js/views/import.insert.js (https://github.com/The-Island/island-app/pull/90/files#diff-12) (246)
A public/js/views/import.search.js (https://github.com/The-Island/island-app/pull/90/files#diff-13) (110)
M public/js/views/rows/tick.js (https://github.com/The-Island/island-app/pull/90/files#diff-14) (4)
A public/templates/import.insert.html (https://github.com/The-Island/island-app/pull/90/files#diff-15) (62)
A public/templates/import.search.html (https://github.com/The-Island/island-app/pull/90/files#diff-16) (17)
M public/templates/rows/tick.html (https://github.com/The-Island/island-app/pull/90/files#diff-17) (34)
M public/templates/settings.html (https://github.com/The-Island/island-app/pull/90/files#diff-18) (14)
M public/templates/ticks.html (https://github.com/The-Island/island-app/pull/90/files#diff-19) (4)

Patch Links:
https://github.com/The-Island/island-app/pull/90.patch
https://github.com/The-Island/island-app/pull/90.diff


Reply to this email directly or view it on GitHub (#90).

sanderpick added a commit that referenced this pull request Jan 13, 2015
@sanderpick sanderpick merged commit 0d0dcf7 into develop Jan 13, 2015
@sanderpick sanderpick deleted the feature/8a branch January 13, 2015 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants