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

Rework active hotbeds calculation #174

Open
8 tasks
SanderDevisscher opened this issue May 30, 2024 · 3 comments
Open
8 tasks

Rework active hotbeds calculation #174

SanderDevisscher opened this issue May 30, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@SanderDevisscher
Copy link
Collaborator

SanderDevisscher commented May 30, 2024

The active hotbeds map should display a hot map of recent (last 2 weeks) observations independent of management status of nearby nests. This should occur at a high update frequency to allow for rapid response.

these are the steps that are needed to achieve this according to me:

1 this workflow should have the following elements:

  • daily CRON trigger: '0 2 * * *'
  • gsheet_token: ${{ secrets.gsheet_token }}
  • GITHUB_TOKEN: ${{ secrets.AUTOMATISATION }}
  • a Assume Role step

2 if I understand correctly this can be achieved by reversing the activity filter ea filter(!activity %in% c(3240,3036)). @jrhillae is this correct ?

3 @mvarewyck given the high frequency (daily) I would like to bypass the review step. What should be the filename of the file on the bucket ? I assume there are some changes required on the app side as well they should be listed at #219.

4 @TheJenne18 is it possible in current setup to bypass the UAT bucket step and update files on the PRD bucket directly ? Given the high frequency of updates (daily) I don't think going through 2 validation steps is viable 🤔

@SanderDevisscher SanderDevisscher added the enhancement New feature or request label May 30, 2024
@SanderDevisscher SanderDevisscher closed this as not planned Won't fix, can't repro, duplicate, stale Jun 28, 2024
@SanderDevisscher
Copy link
Collaborator Author

3 @mvarewyck given the high frequency (daily) I would like to bypass the review step. What should be the filename of the file on the bucket ? I assume there are some changes required on the app side as well they should be listed at #219.

The file should be named actieve_haarden.geojson => current actieve_haarden.geojson should be removed.

@SanderDevisscher
Copy link
Collaborator Author

4 @TheJenne18 is it possible in current setup to bypass the UAT bucket step and update files on the PRD bucket directly ? Given the high frequency of updates (daily) I don't think going through 2 validation steps is viable 🤔

@TheJenne18 can you confirm the PRD bucket exists ?

@mvarewyck
Copy link
Collaborator

mvarewyck commented Jul 18, 2024

@TheJenne18 can you confirm the PRD bucket exists ?

Yes I have access to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants