Skip to content

Instantly share code, notes, and snippets.

@pixilz
pixilz / Games.md
Last active November 21, 2018 13:21
Black Friday
  • Octopath Traveler
  • Super Smash Bros Ultimate
@pixilz
pixilz / Doctrine References.md
Last active June 28, 2018 02:36
Entity Workshop

Keybase proof

I hereby claim:

  • I am pixilz on github.
  • I am pixilz (https://keybase.io/pixilz) on keybase.
  • I have a public key ASA4Mm9yq-K0WmT0_L4b6ZJ8_gn7sqlTaO18EFgU_T0SZgo

To claim this, I am signing this object:

@pixilz
pixilz / CFPM Classroom Questions Meeting 10-13.md
Last active October 14, 2016 00:38
CFPM Classroom Question Meeting 10-13

CFPM Classroom Questions Meeting - 10/13

Attendees: Aaron, Casey, Katie, Tim, Zoe

  1. Question: How do we deal with full sessions in the checkout process?

    • When a session is full do not send it back in the api. (Effectively removing it from the list of available sessions)
    • In the classroom grid, when checking out, display the number of available seats.
  2. Question: How do we better handle styles in relation to proctor session notes?

  • Add a "proctor session notes" section to the session creation process.
@pixilz
pixilz / AtomInstall.md
Last active September 28, 2017 00:00
Atom Installation Guide

Atom installation guide:

Please read thoroughly.

  1. Make sure git has been properly setup.

  2. Install Atom from here
    Note: "here" is a link.

@pixilz
pixilz / notes.md
Created October 11, 2016 16:52
Modal Windows

Modal Window Revamp

Below are some problems that need to be addressed before the modal window revamp is continued.

Definitive Problems:

  • Error and Warning modal windows will require a complete rework. Currently they do not have a title other than "Error", in order to create the requested modal windows a title will be necessary. (Using "Error" as the title may suffice)
  • Requested mobile modal windows will require a complete rework (styling) in order to function. (responsiveHomepage.scss)
  • Modal windows on all website will now require Material Icons font. (This should not be too hard to implement)
  • Custom (non-predefined) modal windows will break the requested styles requiring an in depth look at all modal window definitions. (Due to them being extremely customizable)

Potential Problems: