Skip to content

Instantly share code, notes, and snippets.

View matttoensing's full-sized avatar

Matt Toensing matttoensing

  • Pagosa Springs, CO
View GitHub Profile
@matttoensing
matttoensing / xero_provisioning.md
Last active November 3, 2022 14:45
Xero Provisioning

Link to Issue Tracker

link

Tickets Needed (Phase one MVP)

  1. Ticket to research Xero code and see if we can use any of it? (Optional)
  • Questions for ticket (answers will be used for the meat ticket and the third ticket):
    1. Can we reuse the existing Oauth route and code in the Xero controller for the purposes of the second ticket?
    1. Can we use the existing account provisioning method? Or do we need to create a new method/service for this?
  • Probably need a new method for this, but we can probably still use a lot of the logic in the existing method for the new method
@matttoensing
matttoensing / close_button.md
Last active March 11, 2022 19:35
X close button locations
  1. /app/views/account/new.html.erb line 425 Screen Shot 2022-03-10 at 4 23 44 PM

  2. /app/views/admin/accounts/_extend_trial_modal.html.erb line 5

  3. /app/views/admin/accounts/show.html.erb line 328

  4. /app/views/admin/reports/basic_report.erb line 118

B2 Intermission Work

Answer these Check for Understanding questions as you work through the assignments.

HTML

  1. What is HTML?
  • HTML stands for hyper text markup language.
  • It is the standard markup language for documents being displayed in a web browser.
  • HTML can be used with CSS and Javascript

Checklist/Rubric

To make a copy of this rubric:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.
@matttoensing
matttoensing / Matt_Toensing_mod_0_plan.md
Last active March 23, 2021 23:23
Matt_Toensing_mod_0_plan.md

Gameplan for Mod 0 Success

Table of Contents

  1. Review/Preview
  2. Homework
  3. Mod 1 Prework
  4. On my own practice
  5. Have fun
  6. Wrapup/Link

Session 1 HW

CAREFULLY READ ALL THE INSTRUCTIONS BEFORE STARTING THESE EXERCISES!

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.