Skip to content

Create a component in the remotehack.space site where we can show who's currently on the hackday #208

Open
@lpmi-13

Description

@lpmi-13

it would be cool to have a map (maybe D3 or otherwise) that show dots on a big world map for who's hacking on the last saturday of every month (not even necessarily restricted to only the one we do connected to this website. If anyone at all is hacking during the hackday, it would be cool for the city/country/etc to show up on the map.

Also wanted to use cloudflare KV (https://developers.cloudflare.com/kv/) on the edge to store this state, and what we could do is just let anyone set the values for a country (probably only let the workers switch from false => true for a specific place), and then just have a github action to wipe the values on the first of every month.

Not super sure how we keep the values from being written on not the last saturday of the month (probably just some hacky if blocks or something), but would also be nice. I suppose we could just only have the worker spin up at midnight on the last saturday of the month and maybe that entire problem goes away. Then we can kill at midnight of the same day and also wipe the KV state.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions