-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feature request: Notion database integration #365
Comments
I think the best solution here would be creating a notion -> github sync that creates the github issues in your repo in a format that starmap can read. A main feature of starmap (that we don't plan on changing) is using github as our source. Another option would be reading from github writing to notion. |
Indeed I implied a notion -> GitHub sync |
Rough requirements for this to work:
We would probably need some identifier in the notion-converted-github-issues with the notion page/block ID to ensure there is a 1-1 mapping, but this could become incredibly complex if we're using the same github repo for all notion-synced-milestones across teams. If we're NOT using the same repo for different teams notion-synced-milestones, then we run into complexity with maintaining github tokens or permissions for the gh-token user. Maybe the latter is less of a concern |
@SgtPooki what can't we add more providers instead of just GitHub? I feel like everything we could represent as a format the parser can understand would be enough. And even then we could just add plugins to parsers to integrate with more sources. Is there more context to this requirement? |
the libp2p team is also currently using a mix of Notion and GitHub issues to track items. Here is our Notion database: https://pl-strflt.notion.site/baa54137b67e4e4ea146d552067c8b9a?v=0bd8332f355b47b8b75a55fe76347856 It would be ideal if this Notion db could be synced to Starmap. |
Hi @p-shahi I've outlined the Notion db proposal at https://www.notion.so/pl-strflt/SitRep-Milestones-db-template-for-EngRes-teams-0f922ee6832c4de0ad81c0b3bb59fcda?pvs=4 |
Context
At Cryptonet we use a Notion database to track milestones (have a look at our Sitrep for an example) and unfortunately it's an overhead to keep Starmaps updated and in sync with Notion.
Request
We'd like to have Starmaps sync automatically with a Notion database as it should be possible via APIs https://developers.notion.com/reference/database and in particular these properties:
This guide should also be helpful.
The text was updated successfully, but these errors were encountered: