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 reports #19

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

Add support for reports #19

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 organization to post reports on the map. Reports can be updated at any time, a file might be added to support the reported information, and we should track every change by using our audit mechanism.

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 enhancement New feature or request question Further information is requested back-end Back-end related issue documentation Improvements or additions to documentation labels 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