Skip to content

Conversation

@Han2-Ro
Copy link
Collaborator

@Han2-Ro Han2-Ro commented Jun 12, 2025

No description provided.

@Han2-Ro Han2-Ro changed the title Han2 ro/feat/fetch fundraising progress fetch fundraising progress Jun 12, 2025
@Han2-Ro
Copy link
Collaborator Author

Han2-Ro commented Jun 12, 2025

TODO: in query don't just filter by Austrittsdatum is null. It could also be in the future.

@Han2-Ro Han2-Ro marked this pull request as ready for review June 13, 2025 14:34
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jun 13, 2025

Deploying website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 84a2afc
Status: ✅  Deploy successful!
Preview URL: https://87da9015.website-7c4.pages.dev

View logs

@Han2-Ro Han2-Ro force-pushed the han2-ro/feat/fetch-fundraising-progress branch 2 times, most recently from e0276ce to 69894bc Compare June 13, 2025 20:56
@Han2-Ro Han2-Ro force-pushed the han2-ro/feat/fetch-fundraising-progress branch 4 times, most recently from fb73b4b to 7ebe0f7 Compare June 15, 2025 22:06
@MrGreenTea MrGreenTea force-pushed the han2-ro/feat/fetch-fundraising-progress branch from cda9f3b to d9e677d Compare June 16, 2025 17:11
@MrGreenTea MrGreenTea force-pushed the han2-ro/feat/fetch-fundraising-progress branch from 9d98f67 to 3e7e5e7 Compare June 16, 2025 17:37
@MrGreenTea
Copy link
Contributor

TODO: in query don't just filter by Austrittsdatum is null. It could also be in the future.

Can be accomplished with a filter like this:

filter = {
    "or": [
        {
            "austrittdatum": {
                "is": "NULL"
            }
        },
        {
            "austrittdatum": {
                "gte": (new Date()).toISOString()
            }
        }
    ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants