Skip to content

Instantly share code, notes, and snippets.

@kristyanne
kristyanne / mab-fe.md
Last active October 18, 2017 10:37
Dev

Header

  1. TODO: (ICONS) Add chevron into the links for sign in and register.
  2. BUG: The logo is too big in IE10.
  3. TODO: Nav animation is crap.
  4. TODO: Height of the header on mobile/tablet - Is it smaller?
  5. TODO: The advisor widget thing almost definitely won't fit but try and make it fit.
  6. QUESTION: Header search - Are we doing this? If so, find out how it's meant to work.
  7. QUESTION: At what point should the nav slide up (fixed header)? It's currently a random px value.
@kristyanne
kristyanne / static-cms-fe.md
Last active January 25, 2017 14:56
Requirements for a static front-end with decoupled CMS

CMS Requirements

  1. Has an API
  2. Easily customisable/extendable.
  3. Ability to manage menu/navigation structure.
  4. Pages content type (as standard).
  5. News/blog content type (as standard).
  6. User role management (e.g. admin, author etc) (as standard).
  7. Secure.
  8. Image library and cropping functionality (as standard).
@kristyanne
kristyanne / php-local-dev.md
Last active January 27, 2017 12:33
PHP Local Dev Notes

MySQL

  • This is installed now (via Homebrew).
  • To run, mysql.server start
  • To test connection: mysql -uroot -p

PHP

  • php is installed via Homebrew.
  • Added as an alias for the PHP CLI in .zshrc