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

App Metadata #88

Open
bradley-holt opened this issue Sep 6, 2017 · 9 comments
Open

App Metadata #88

bradley-holt opened this issue Sep 6, 2017 · 9 comments
Assignees

Comments

@bradley-holt
Copy link
Contributor

Create and identify app metadata, such as iconography.

@bradley-holt bradley-holt added this to the Sprint 01 milestone Sep 7, 2017
@vabarbosa
Copy link
Member

for simplicity and to avoid introducing additional dependencies, where possible, the typography and iconography should adhere to the stack's style guide.

Icons should be consist with those of the design guide:

Typography should be consist with those of the design guide:

@vabarbosa
Copy link
Member

vabarbosa commented Sep 15, 2017

@bradley-holt @mmcelaney @glynnbird @markwatsonatx @rajrsingh
i am by no means a designer or an artist but here is a sample idea for an logo/icon.

image

feel free to suggest improvements or create something completely different.

@glynnbird
Copy link
Contributor

I ended up using some online thing to put a blue background on the Material Design "add to cart" icon:

pic

@isc-rsingh
Copy link
Member

Nice except the red X, and the bars suggest a graph, which suggests to me some kind of analytics tie-in. How about simply having squares in the cart?

@bradley-holt
Copy link
Contributor Author

This is great! My comments/thoughts:

  • Does a shopping cart icon imply that this is some sort of eCommerce thing? I think this can be mitigated in the design of the iconography while still using a shopping cart (e.g. with the use of checkmark or other indicator of checking off items).
  • Would a checkmark (✔️) rather than an "x" make more sense given the context of checking items off of your shopping list?

@isc-rsingh
Copy link
Member

checkmark makes sense to me too

@vabarbosa
Copy link
Member

take two:

image

@vabarbosa
Copy link
Member

sample HTML metadata:

<meta name="apple-mobile-web-app-title" content="Shopping List">
<meta name="application-name" content="Shopping List">
<meta name="theme-color" content="#283b4f">
<meta name="description" content="An Offline First demo of a shopping list using vanilla JavaScript and PouchDB">
<meta name="keywords" content="Offline First,HTML,CSS,XML,JavaScript,PouchDB">

@bradley-holt
Copy link
Contributor Author

This work needs to be documented in a way that can be easily referenced. We also need to audit implementations to ensure that they are using this guide.

@bradley-holt bradley-holt removed this from the Sprint 01 milestone Jan 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants