-
Notifications
You must be signed in to change notification settings - Fork 0
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
[TM-617, 626, 627, 658] feat: add tree restoration controller and export csv #237
[TM-617, 626, 627, 658] feat: add tree restoration controller and export csv #237
Conversation
…6/627/658_tree_restoration_and_export
…to feat/TM-671_polygons_country_project
app/Http/Resources/V2/Dashboard/ActiveProjectsTableResource.php
Outdated
Show resolved
Hide resolved
app/Http/Resources/V2/Dashboard/ViewRestorationStrategyResource.php
Outdated
Show resolved
Hide resolved
app/Http/Controllers/V2/Dashboard/ProjectListExportController.php
Outdated
Show resolved
Hide resolved
app/Http/Controllers/V2/Dashboard/ViewRestorationStrategyController.php
Outdated
Show resolved
Hide resolved
app/Http/Controllers/V2/Dashboard/ViewRestorationStrategyController.php
Outdated
Show resolved
Hide resolved
app/Http/Controllers/V2/Dashboard/ViewRestorationStrategyController.php
Outdated
Show resolved
Hide resolved
app/Http/Controllers/V2/Dashboard/ViewTreeRestorationGoalController.php
Outdated
Show resolved
Hide resolved
app/Http/Controllers/V2/Dashboard/ViewTreeRestorationGoalController.php
Outdated
Show resolved
Hide resolved
…ttps://github.com/wri/wri-terramatch-api into feat/TM-617/626/627/658_tree_restoration_and_export
@@ -23,6 +23,7 @@ | |||
use App\Models\V2\User; | |||
use App\Models\V2\Workdays\Workday; | |||
use App\Models\V2\Workdays\WorkdayDemographic; | |||
use App\StateMachines\ReportStatusStateMachine; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect the linter will complain about this once it has a chance to run. Once the conflicts with base branch are cleared and the tests run successfully, I think this is ready to approve.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@roguenet the test has passed after resolving merging issues.
[TM-671] return polygons, project and country data
…tion_and_export [TM-617, 626, 627, 658] feat: add tree restoration controller and export csv
https://gfw.atlassian.net/browse/TM-617
https://gfw.atlassian.net/browse/TM-626
https://gfw.atlassian.net/browse/TM-627
https://gfw.atlassian.net/browse/TM-658