Samuel Plumppu
Samuel Plumppu
This implementation could be used as inspiration: https://github.com/Greenheart/lifewheel We could use the 23 IDG symbols to represent each skill. This would be a nice small detail to make it relevant...
## ideas to simplify IDG hubs and networks registration - from workshop with @letzfets - we need a simple form to make it accessible for all - using the CMS...
Maybe static CMS 3.0 could be a good alternative. Mobile support and dependent fields (conditional fields) seem like really nice improvements. Perhaps this would make the CMS a good solution...
> What's the difference between a `hub`, a `network` and a `node`? It's confusing terminology and is constantly evolving. Hopefully there will be more clarity later this year. The intention...
This is a complete solution only using open source tech, and without any server runtime. Instead, it seems to prerender a search index: https://github.com/sveltejs/kit/blob/becf2b0e630ea5d23070873dfd30cecc07d5e498/sites/kit.svelte.dev/src/routes/content.json/%2Bserver.js Full implementation code: https://github.com/sveltejs/kit/tree/master/sites/kit.svelte.dev/src/lib/search - ([permalink](https://github.com/sveltejs/kit/tree/becf2b0e630ea5d23070873dfd30cecc07d5e498/sites/kit.svelte.dev/src/lib/search)...
Another promising search library that seems to be possible to run on the client: https://github.com/oramasearch/orama
From #66: Perhaps save in localStorage, store as URL params (which would make specific queries sharable), or use svelte stores to store it in memory for the current session. The...
Since we're going to have two separate websites, we need to save the state in the URLs to make it easy to an overview of tools that have some specific...
From user feedback after Dec 15th: > Hi there. I would really appricate if there would be a possability to jump directly to a pre-filtered tool-list by skill. For example...
Potential solution for improving the stored writable store. This implementation automatically loads the latest value on page load. Much better DX than having to manually initialise the store on all...