-
Notifications
You must be signed in to change notification settings - Fork 78
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
LF-4240: April 2024 data policy updates (Version 6: May 31, 2024) #3217
LF-4240: April 2024 data policy updates (Version 6: May 31, 2024) #3217
Conversation
* update ¿Dónde almacenamos sus datos?
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.
The typos that David found:
packages/webapp/src/containers/Consent/locales/en/Worker.Consent.md
Outdated
Show resolved
Hide resolved
packages/webapp/src/containers/Consent/locales/en/Worker.Consent.md
Outdated
Show resolved
Hide resolved
packages/webapp/src/containers/Consent/locales/en/Worker.Consent.md
Outdated
Show resolved
Hide resolved
packages/webapp/src/containers/Consent/locales/en/Owner.Consent.md
Outdated
Show resolved
Hide resolved
- add missing space Co-authored-by: Joyce Yuki <[email protected]>
- fix typo Co-authored-by: Joyce Yuki <[email protected]>
* remove unnecessary section
* correct who funds LiteFarm link
* correct who funds LiteFarm link
* correct Información sobre la Administración de la Finca section
* fix ¿Cómo utilizamos los datos? section * add missing part to ¿Dónde almacenamos sus datos?
* fix format in Como usamos os dados?
* add version date
* add version date * fix typo
* add version date
* add version date * fix typo
* add version date * fix typo
* add version date
* add version date
* @returns { Promise<void> } | ||
*/ | ||
export const up = async function (knex) { | ||
await knex('userFarm').update('has_consent', false); |
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.
@kathyavini made a good point about migrations files ordering. Just wanted to clarify if the intended order is to merge directly into main, then back into integration afterwards? Or does it matter?
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 don't think the order will make any difference. We will:
- merge this PR to integration
- create a release branch that includes the code changes in this PR + version update and merge into main
- merge main to integration
* fix email etc.
* fix email
* delete 'lote'
…UPDATES Revert "Merge pull request #3217 from LiteFarmOrg/LF-4240/April_2024_data_policy_updates"
Description
Data policy updates (Version 6: May 31, 2024).
Branched out from the main branch.
Jira link: https://lite-farm.atlassian.net/browse/LF-4240