Skip to content

Commit

Permalink
docs(ghostmeme-part-1.md): verbiage around profile image requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius authored Jul 9, 2021
1 parent ef84f91 commit 305b446
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions 2021/ghostmeme/ghostmeme-part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Across all views, memes in the API:
- Show some sort of timestamp describing when they were created
- Are usually displayed in descending creation order (i.e. newest first)

Users can "create" or "upload" memes in this view and others by providing a string URL pointing to an
Users can "create" memes in this view by providing a string URL pointing to an
existing image on the internet. For example:

> https://assets.entrepreneur.com/content/3x2/2000/20180703190744-rollsafe-meme.jpeg?width=700&crop=2:1
Expand Down Expand Up @@ -174,7 +174,7 @@ From this view, users can:

Memes should be displayed in descending creation order (i.e. newest first).

Users can "create" or "upload" memes in this view and others by providing a string URL pointing to an
Users can "create" memes in this view by providing a string URL pointing to an
existing image on the internet. For example:

> https://assets.entrepreneur.com/content/3x2/2000/20180703190744-rollsafe-meme.jpeg?width=700&crop=2:1
Expand Down Expand Up @@ -237,8 +237,7 @@ required:

When registering, the user must choose a picture from their computer and
[upload](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file)
it to your app as their profile picture. Even though your team is storing and
indexing the images locally, profile picture uploads should be limited to a
it to your app as their profile picture. _This is unlike the others views_, which only allow a user to provide an image URL (when creating a meme). Additionally, profile picture uploads should be limited to a
reasonable file size and dimensions.

> Unlike past problem statements, user creation/deletion is managed for you
Expand Down

0 comments on commit 305b446

Please sign in to comment.