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

Add support for news #18

Open
8 tasks
Mardiniii opened this issue May 17, 2020 · 0 comments
Open
8 tasks

Add support for news #18

Mardiniii opened this issue May 17, 2020 · 0 comments
Labels
back-end Back-end related issue documentation Improvements or additions to documentation enhancement New feature or request question Further information is requested

Comments

@Mardiniii
Copy link
Contributor

Description

We want to add support for news on the map. Users should be able to add relevant news to any location on the map.

Expected Outcome

We want to add full support to this feature by adding the following changes:

  • Create a table to store the news.
  • Create a Rails model.
  • Add all the necessary validations to the model.
  • Add all the associations to the model.
  • Include unit tests for the model.
  • Define the routes to expose this model in the api/v1.
  • Add the controller and the actions to support the routes from the previous step.
  • Please don't forget to test the controller or create a ticket for that task and adding a link here to this issue.
@Mardiniii Mardiniii added documentation Improvements or additions to documentation enhancement New feature or request question Further information is requested back-end Back-end related issue labels May 17, 2020
@Mardiniii Mardiniii changed the title Add support for news. Add support for news May 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Back-end related issue documentation Improvements or additions to documentation enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant