Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

CRUD strip #23

Open
6 of 7 tasks
LucileDT opened this issue Jan 11, 2018 · 5 comments
Open
6 of 7 tasks

CRUD strip #23

LucileDT opened this issue Jan 11, 2018 · 5 comments

Comments

@LucileDT
Copy link
Member

LucileDT commented Jan 11, 2018

  • CRUD of a strip
    • Create
    • Show
    • Edit
    • List
    • Delete
  • UI
@LucileDT
Copy link
Member Author

@hundrex I think we will need User's levels to start this part, could you please do it as soon as possible? :3

@hundrex hundrex self-assigned this Jan 18, 2018
@hundrex
Copy link
Member

hundrex commented Jan 25, 2018

@LucileDT Can you list me the attributes you want for the strip entity please ?

@LucileDT
Copy link
Member Author

LucileDT commented Jan 25, 2018

  • creation date datetime
  • publication date datetime
  • title string
  • slug string => see documentation about slug
  • content warnings array(ContentWarning) => maybe we should make the CW CRUD in first?
  • author Account
  • strips array(Image) => see documentation about image upload

@hundrex
Copy link
Member

hundrex commented Feb 9, 2018

This post is for me to remember what I have left to do :

  • Register author creating Strip
  • Get strip author and display it
  • Have the right informations displayed on Strip list, details and edition pages
  • Display a Strip to public
  • Use slug instead of md5 generation for file upload

hundrex added a commit that referenced this issue Feb 9, 2018
hundrex added a commit that referenced this issue Feb 16, 2018
… moment, mainly usefull to work on frontend.
hundrex added a commit that referenced this issue Mar 8, 2018
hundrex added a commit that referenced this issue Mar 8, 2018
@LucileDT
Copy link
Member Author

LucileDT commented Mar 9, 2018

We need:

  • an entry in the menu to create a new strip
  • nice UI on list
  • nice UI on public show
  • nice UI on private show
  • nice UI on create
  • nice UI on edit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants