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

Update previously imported page with changes #385

Closed
JamesNZL opened this issue Jul 4, 2024 · 0 comments · Fixed by #387
Closed

Update previously imported page with changes #385

JamesNZL opened this issue Jul 4, 2024 · 0 comments · Fixed by #387
Assignees
Labels
feature New feature or request

Comments

@JamesNZL
Copy link
Owner

JamesNZL commented Jul 4, 2024

have a question, is there anyway I can set something up so that when I hit export to notion, the extension can update due dates for already existing assignments in my data base, in case a due date changed? I know it doesn’t duplicate assignments that already in my database based on the URL, could I add some functionality where it would just change the due date property of assignments it knows are duplicates?

you could go a toggle to override imported details, and then have sub-toggles of which details to override

@JamesNZL JamesNZL added the feature New feature or request label Jul 4, 2024
@JamesNZL JamesNZL self-assigned this Jul 4, 2024
JamesNZL added a commit that referenced this issue Jul 4, 2024
BREAKING CHANGE: This requires a new previously unheld capability on the integration. Existing users must reauthorise with Notion.
JamesNZL added a commit that referenced this issue Jul 4, 2024
… (#387)

* Fix import of assignments without due dates (#251) (#384)

* fix(canvas): 🐛 do not store absence of due date as unix epoch (#251)

* fix(import): 🐛 correctly import assignments without due dates to notion (#251)

* refactor(types): 🏷️ refactor type declaration files

change to regular typescript files

* fix(validator): 🐛 fix timezone validation (#252)

* build(notion): 👽 pin notion api version

* feat(notion): ✨ parse notion page properties

* feat(options): ✨ add `notion.importChanges` options

* fix(interface): 💄 properly hide segmented controls

* refactor(types): 🧑‍💻 strongly type `Storage` key methods

* docs(readme): 📝 update `readme`

* docs(readme): 📝 update advanced options heading size

* feat(import)!: ✨ update existing pages if assignment has changed (#385)

BREAKING CHANGE: This requires a new previously unheld capability on the integration. Existing users must reauthorise with Notion.

* build(actions): 💚 fix gulp build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant