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

Improve demo App: authors resource #79

Closed
4 tasks done
sgobotta opened this issue Feb 4, 2019 · 1 comment
Closed
4 tasks done

Improve demo App: authors resource #79

sgobotta opened this issue Feb 4, 2019 · 1 comment
Assignees
Labels
demo app demo app improvements good first issue Good for newcomers

Comments

@sgobotta
Copy link
Member

sgobotta commented Feb 4, 2019

  • Create an authors Resource with properties:

    • id (Number)
    • name (String)
    • lastname (String)
    • birthdate (Date)
  • Create an editorial Resource with properties:

    • id (Number)
    • name (String)
    • telephone (String)
    • address (String)
    • state (String)
    • country (Date)

Steps

  • Create a fixture in the e2e/fixtures directory. You can use this tool to generate the authors data, generate around 100 elements.
  • Implement a fake authors service in utils/server-test (use articles as example), an array of 3 authors is fine, just take 3 elements of the generated fixture.
  • Declare the authors Resource in demo/App.js
  • Implement e2e tests for list, create, view, edit (use the /articles tests as example)
@sgobotta sgobotta added the demo app demo app improvements label Feb 4, 2019
@sgobotta sgobotta added this to Backlog in Current Tasks Feb 6, 2019
@sgobotta sgobotta added the good first issue Good for newcomers label Mar 30, 2019
@sgobotta sgobotta moved this from Backlog to To do in Current Tasks Mar 30, 2019
@glmaljkovich glmaljkovich moved this from To do to In progress in Current Tasks May 24, 2019
@sgobotta
Copy link
Member Author

Merged in #111

Current Tasks automation moved this from In progress to Done Jun 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
demo app demo app improvements good first issue Good for newcomers
Projects
Current Tasks
  
Done
Development

No branches or pull requests

2 participants