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: editorial Resource #80

Open
4 tasks
sgobotta opened this issue Feb 4, 2019 · 0 comments
Open
4 tasks

Improve demo App: editorial Resource #80

sgobotta opened this issue Feb 4, 2019 · 0 comments
Labels
demo app demo app improvements good first issue Good for newcomers Hacktoberfest (◡ ‿ ◡ ✿) 2019

Comments

@sgobotta
Copy link
Member

sgobotta commented Feb 4, 2019

  • 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 editorial data, generate around 100 elements.
  • Implement a fake editorials service in utils/server-test (use articles as example), an array of 3 editorials is fine, just take 3 elements of the generated fixture.
  • Declare the editorials 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
@sgobotta sgobotta added the Hacktoberfest (◡ ‿ ◡ ✿) 2019 label Sep 30, 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 Hacktoberfest (◡ ‿ ◡ ✿) 2019
Projects
Current Tasks
  
To do
Development

No branches or pull requests

1 participant