Skip to content

EricLScace/allthemats-ember

Repository files navigation

All the (Linotype) Matrices v0.2

link to the site itself

Wiki index

(alphabetical order: links take you to the Wiki)

Checklists:

Development plan

Licenses:

References:

Schedule

Wireframes:

User stories

Changes from v0.1

(checked if completed on 2017 Jul 21)

  • Ember client
  • Database of matrices expanded from the v0.1 test set of 40 matrices to the full 2,907 matrix listing previously compiled by Linotype staff.
  • User stories expanded: user can search not only for a specific Linotype matrix code, but also for all matrices that meet search criteria; e.g., Helvetica bold in 8 pt to 10 pt sizes.
  • ERD changed to optimize size of database, and to accommodate more edge cases in the description and use of Linotype matrices.git

Technologies used on client; dependencies

  • Bootstrap
  • Ember
  • ember-cli-flash — ember install ember-cli-flash
  • ember-local-storage — ember install ember-local-storage

For assurance, run npm install afterward.

Architecture

|--application
|    |--row-header
|    |    |--search-selector
|    |    |    |--radio-code
|    |    |    '--radio-attributes
|    |    |--user-info
|    |    |    |--name
|    |    |    '--organization
|    |    |--register-settings
|    |    '--sign-in-out
|    |--search-attributes
|    |    |--main-position
|    |    |    |--size
|    |    |    |--font
|    |    |    |--face
|    |    |    |--weight
|    |    |    |--width
|    |    |    |--figures
|    |    |    |--ck-outline
|    |    |    |--ck-relief
|    |    |    |--ck-strikethrough
|    |    |    '--ck-underline
|    |    |--aux-position
|    |    |    |--size
|    |    |    |--font
|    |    |    |--face
|    |    |    |--weight
|    |    |    |--width
|    |    |    |--figures
|    |    |    |--ck-outline
|    |    |    |--ck-relief
|    |    |    |--ck-strikethrough
|    |    |    '--ck-underline
|    |    |--miscellaneous
|    |    |    |--ck-emboss
|    |    |    |--ck-ttysetting
|    |    |    |--ck-vertical
|    |    |    '--ck-self-spacing
|    '--table-matrices (Bootstrap table)
|--sign-in
|    '--sign-in-form
|         |--email-input
|         '--password-input
|--register
|    '--sign-up-form
|         |--email-input
|         |--password-input (twice)
|         |--name-input
|         '--organization-input
'--settings
     '--password-change-form
          |--old-password-input
          |--new-password-input (twice)
          |--name-input
          '--organization-input

Contributors

Eric Scace wrote all the documentation and code.

Licenses:

  1. All content is licensed under a CC­BY­NC­SA 4.0 license.
  2. All software code is licensed under GNU GPLv3.
  3. See also General Assembly and MIT license terms.
  4. For commercial use or alternative licensing, please contact legal@ga.co.

About

Ember client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published