shopping-list icon indicating copy to clipboard operation
shopping-list copied to clipboard

App Metadata

Open bradley-holt opened this issue 8 years ago • 9 comments

Create and identify app metadata, such as iconography.

bradley-holt avatar Sep 06 '17 15:09 bradley-holt

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 avatar Sep 11 '17 14:09 vabarbosa

@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.

vabarbosa avatar Sep 15 '17 14:09 vabarbosa

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

pic

glynnbird avatar Sep 15 '17 14:09 glynnbird

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?

isc-rsingh avatar Sep 15 '17 14:09 isc-rsingh

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?

bradley-holt avatar Sep 15 '17 14:09 bradley-holt

checkmark makes sense to me too

isc-rsingh avatar Sep 15 '17 16:09 isc-rsingh

take two:

image

vabarbosa avatar Sep 21 '17 17:09 vabarbosa

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">

vabarbosa avatar Sep 21 '17 17:09 vabarbosa

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 avatar Jan 18 '18 16:01 bradley-holt