basic dynamic route for profile pages implementation

this includes:
* modifying the administracja.json schema to fit a longer description for pages, and possibly more soon
* the dynamic routing of profiles and handling of data therein
* a redirect from base /profile path to a better destination
* a journey of self discovery leading me to assess .filter() and .map(el, INDEX!!) as being based as fuck
* wet spot where my tears landed
This commit is contained in:
2022-12-21 23:19:14 +01:00
parent 75e59fce20
commit 2236c4e779
4 changed files with 94 additions and 6 deletions

View File

@@ -23,6 +23,10 @@
"hrefalias": ["/github", "/gh"],
"desc": "Nasz org na GitHubie!"
},
{
"href": "/o-gractwie#sklad-administracji",
"hrefalias": ["/profile"]
},
{
"name": "Kod Źródłowy",
"href": "https://github.com/gractwo/gractwo-web",