diff --git a/TODO b/TODO new file mode 100644 index 0000000..949f6c8 --- /dev/null +++ b/TODO @@ -0,0 +1,10 @@ +# TODO + +## API + +- [ ] Do not make records in case of `AggregateError` + +## QWIK + +- [ ] Responsive layout for smaller devices +- [ ] Implement loaders for sections diff --git a/api/websites.json b/api/websites.json index b7c23bc..08b75bf 100644 --- a/api/websites.json +++ b/api/websites.json @@ -1,9 +1,9 @@ [ { - "domain": "example.com", - "shortName": "example", - "longName": "Example Website", - "description": "This is an example website for testing purposes." + "domain": "upayan.space", + "shortName": "upayan", + "longName": "Upayan", + "description": "Upayan's Portfolio website" }, { "domain": "google.com", @@ -18,9 +18,45 @@ "description": "Platform for hosting and collaborating on code." }, { - "domain": "eranodes.xyz", - "shortName": "eraold", - "longName": "EraNodes Discontinued", - "description": "The discontinued EraNodes website" + "domain": "kspcommunity.com", + "shortName": "kspcmain", + "longName": "KSP Community", + "description": "The Kerbal Space Program Community Website" + }, + { + "domain": "api.kspcommunity.com", + "shortName": "kspcapi", + "longName": "KSP Community API", + "description": "The Kerbal Space Program Community Website's API" + }, + { + "domain": "eranodes.com", + "shortName": "eranodeslanding", + "longName": "EraNodes Landing", + "description": "The landing page of EraNodes" + }, + { + "domain": "dash.eranodes.com", + "shortName": "eranodesdashboard", + "longName": "EraNodes Dashboard", + "description": "The dashboard of EraNodes" + }, + { + "domain": "panel.eranodes.com", + "shortName": "eranodespanel", + "longName": "EraNodes Panel", + "description": "The panel of EraNodes" + }, + { + "domain": "status.eranodes.com", + "shortName": "eranodesstatuspage", + "longName": "EraNodes Status Page", + "description": "The status page of EraNodes" + }, + { + "domain": "panel.upayan.space", + "shortName": "myvps", + "longName": "My VPS", + "description": "The address of my VPS" } ]