2024-08-30 15:52:25 +12:00
# Plans for Webservices App
2024-11-19 10:59:01 +13:00
I've got quite a few plans for this app... here's a rough sketch of what I'm planning.
First release:
2024-08-30 15:52:25 +12:00
* filtering of all properties like Categories, Analogues, Licenses, Statuses, Hosts, and Affiliations.
2024-11-19 10:59:01 +13:00
* modal showing each technology in more detail. DONE
* split out all constants (arrays) into separate files. ~DONE
* split out functions into svelte components.
Future versions:
* upgrade to Svelte 5
2024-08-30 15:52:25 +12:00
* a 'Technology' view (overlay), addressable by URL (i.e. going to, say, http://localhost:5173/ServiceName brings up the site with ServiceName shown in 'Technology' view, allowing people to reference a specific technology of interest to others).
2024-11-19 10:59:01 +13:00
* ability to go 'prev' or 'next' in modals within filtered set of technologies.
* ability to select a Hosts and view all Technologies with instances on that Host
* ability to see the status (via UptimeKuma API) of each instance.
Possibly, eventually:
* move data into a database (rather than a fragile hand-crafted JSON file) with integrity checking.
* Authentication for administration
* CRUD interface for Technologies, Licenses, Hosts, and Affiliations.