From c2a3e61e9526b9eb8c1c331a66a3bb6d0064444a Mon Sep 17 00:00:00 2001 From: Upayan Mazumder Date: Thu, 27 Jun 2024 21:11:00 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B4=20api/websites.json=20=F0=9F=9F=A2?= =?UTF-8?q?=20api/websites.json=20=F0=9F=9B=A0=EF=B8=8F=20api/websites.jso?= =?UTF-8?q?n=20->=20Updated=20website=20domains=20and=20descriptions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODO | 10 +++++++++ api/websites.json | 52 +++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 54 insertions(+), 8 deletions(-) create mode 100644 TODO 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" } ]