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

Suzannah Kirk-Daligcon #69

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open

Suzannah Kirk-Daligcon #69

wants to merge 38 commits into from

Conversation

sckirk
Copy link

@sckirk sckirk commented Oct 25, 2016

This was a valuable exercise to play around with getting a lot of OmniAuth functionality working on our TaskListRails app.

I pushed my code changes to my herokuapp--it's somewhat functional (and it's my bedtime):
https://sckirk-task-list.herokuapp.com/

Maybe this upload works?
screen shot 2016-10-24 at 10 26 16 pm

Or, please look in my "images" folder for a screenshot I took of my signed in tasks index page. Since it's not showing on heroku, I wanted to capture the additional "welcome" languages I added. :) All buttons and links function on my local server, before re-deploying to heroku. I did update the github settings for the OAuth URL to my heroku URL, I'm wondering if there's something else related to that needing to be addressed for full heroku functionality.

If I return to this project, here are some things I'd like to do:

  • figure out how to fix the heroku app deployment so that the log in buttons work
  • figure out how to turn "on" Foundation in the heroku app
  • it sounds fun to figure out how to add Gmail OAuth functionality to this app, as I'd be able to share this heroku app with family and friends who have Gmail accounts and they could enjoy poking around inside it
  • add additional styling (colors, images, fonts, foundation grid) to the code

…d the link in the index.html to call upon the named route instead of using string interpolation
…le to move yesterday's data into the database
…at in the DB and show if the task is complete or not yet.
…orm to fill out appropriate task fields. New route set-up to do this. At this point, an error occurs when the user hits submit--setting up the post route is my next step
… the user is returned back to the home page showing all tasks once the form is submitted. This is for successful db saves, the user will arrive back at the form page if the db save is unsuccessful.
…his seemed like a great opportunity to try out my first update migration. Also updated the show view a little bit as well as the index view so this new key is functional.
…l needed to update the key from name to action so all functionality is working. Also wanted to upcase user's input on action. Figured out how to do this by making a method in the model and calling it in the controller. Tickler question: is this the DRY way to do this?
…ge and this lists of tasks. FYI: this completes the first portion of Wave 2, be able to create a new task.
…r, index view, and show view so that there's an edit link in the show view. Once the user's edits are saved into the db, the user is returned to the home task list where the edits are visibile.
… home screen that marks a task complete and updates that task with the completed_at field.
…ng items have the mark this task complete button
… page, it didn't work so I ended up fixing two typos, adding in spaces where needed.
… did not work in the new view, so updated the link to be unique on both the new and edit views.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants