less than 1 minute read

PoC demo: https://x.com/singing_hacky/status/1877977694769725787/photo/1

System Diagram:

  • Open WebUI: on GCP instance gce-1.

    • “Pipe Function” to fetch from Notion

  • Notion Integrations: https://www.notion.so/profile/integrations

    • Note (reading from Notion DB properties)

    • Email to Notion writer ([Hacky] Page Writer)

  • gpt-4o-mini from OpenAI

Definition of “Active” Tasks

  • Active tasks never have a “Done” status.

  • All tasks tagged with `P1` are active.

  • Tasks with “When” between 6-days ago and 6-days later are active.

So, in a logically structured format:

  • The status is not "Done".

  • AND:

    • Either:

      • The page is tagged with P1, OR

      • The When property is between today-6 and today+6.

and note that Notion UI provides slightly different expressions.

Old Notes

Updated: