Refactor platform UI and data flow across core pages
All checks were successful
Build Org Website / build (push) Successful in 50s
All checks were successful
Build Org Website / build (push) Successful in 50s
This commit is contained in:
234
sitemap.org
234
sitemap.org
@@ -118,80 +118,80 @@ flowchart TD
|
||||
n43 --> n56
|
||||
n57["Tag: maths"]
|
||||
n43 --> n57
|
||||
n58{{"play"}}
|
||||
n58{{"posts"}}
|
||||
root --> n58
|
||||
n59["Sigil Press"]
|
||||
n59["Posts Introduction"]
|
||||
n58 --> n59
|
||||
n60["Ink Pond"]
|
||||
n60["Posts List"]
|
||||
n58 --> n60
|
||||
n61["Bookshelf Sort"]
|
||||
n61{{"career"}}
|
||||
n58 --> n61
|
||||
n62["Constellation Desk"]
|
||||
n58 --> n62
|
||||
n63["Memory Cabinet"]
|
||||
n58 --> n63
|
||||
n64["Play"]
|
||||
n58 --> n64
|
||||
n65["Archive Terminal"]
|
||||
n58 --> n65
|
||||
n66["Study Lamp"]
|
||||
n58 --> n66
|
||||
n67["Marginalia Machine"]
|
||||
n58 --> n67
|
||||
n68["The Rain Index"]
|
||||
n58 --> n68
|
||||
n69["The House of Pages"]
|
||||
n58 --> n69
|
||||
n70["Rescue Princess Lima"]
|
||||
n58 --> n70
|
||||
n71{{"posts"}}
|
||||
root --> n71
|
||||
n72["Posts Introduction"]
|
||||
n71 --> n72
|
||||
n73["Posts List"]
|
||||
n71 --> n73
|
||||
n74{{"career"}}
|
||||
n71 --> n74
|
||||
n75["SOLID Principles"]
|
||||
n74 --> n75
|
||||
n76["OWASP Top Ten"]
|
||||
n74 --> n76
|
||||
n77["Retrospectives"]
|
||||
n74 --> n77
|
||||
n78["Lean"]
|
||||
n74 --> n78
|
||||
n79["Invest Principles"]
|
||||
n74 --> n79
|
||||
n80["Career Introduction"]
|
||||
n74 --> n80
|
||||
n81["Management of self training"]
|
||||
n74 --> n81
|
||||
n82["Wireframe Designs"]
|
||||
n74 --> n82
|
||||
n83["Requirements, features, user stories, tasks, walking skeletons"]
|
||||
n74 --> n83
|
||||
n84["Benefits of Normalisation"]
|
||||
n74 --> n84
|
||||
n85["Datamarts, Airflow and DAG's"]
|
||||
n74 --> n85
|
||||
n86["Probation Objectives:"]
|
||||
n74 --> n86
|
||||
n87["Database Permissions, Roles, and Accounts"]
|
||||
n74 --> n87
|
||||
n88["Monitoring and Logging"]
|
||||
n74 --> n88
|
||||
n89["Pipelines and how they work (as well as CI/CD)"]
|
||||
n74 --> n89
|
||||
n90["Restful API"]
|
||||
n74 --> n90
|
||||
n91["Understands the Javascript language"]
|
||||
n74 --> n91
|
||||
n92["High Availability, Disaster Recovery and Business Continuity"]
|
||||
n74 --> n92
|
||||
n93["Cross-Site Scripting (XSS)"]
|
||||
n74 --> n93
|
||||
n94["Career List"]
|
||||
n74 --> n94
|
||||
n62["SOLID Principles"]
|
||||
n61 --> n62
|
||||
n63["OWASP Top Ten"]
|
||||
n61 --> n63
|
||||
n64["Retrospectives"]
|
||||
n61 --> n64
|
||||
n65["Lean"]
|
||||
n61 --> n65
|
||||
n66["Invest Principles"]
|
||||
n61 --> n66
|
||||
n67["Career Introduction"]
|
||||
n61 --> n67
|
||||
n68["Management of self training"]
|
||||
n61 --> n68
|
||||
n69["Wireframe Designs"]
|
||||
n61 --> n69
|
||||
n70["Requirements, features, user stories, tasks, walking skeletons"]
|
||||
n61 --> n70
|
||||
n71["Benefits of Normalisation"]
|
||||
n61 --> n71
|
||||
n72["Datamarts, Airflow and DAG's"]
|
||||
n61 --> n72
|
||||
n73["Probation Objectives:"]
|
||||
n61 --> n73
|
||||
n74["Database Permissions, Roles, and Accounts"]
|
||||
n61 --> n74
|
||||
n75["Monitoring and Logging"]
|
||||
n61 --> n75
|
||||
n76["Pipelines and how they work (as well as CI/CD)"]
|
||||
n61 --> n76
|
||||
n77["Restful API"]
|
||||
n61 --> n77
|
||||
n78["Understands the Javascript language"]
|
||||
n61 --> n78
|
||||
n79["High Availability, Disaster Recovery and Business Continuity"]
|
||||
n61 --> n79
|
||||
n80["Cross-Site Scripting (XSS)"]
|
||||
n61 --> n80
|
||||
n81["Career List"]
|
||||
n61 --> n81
|
||||
n82{{"play"}}
|
||||
root --> n82
|
||||
n83["Sigil Press"]
|
||||
n82 --> n83
|
||||
n84["Ink Pond"]
|
||||
n82 --> n84
|
||||
n85["Bookshelf Sort"]
|
||||
n82 --> n85
|
||||
n86["Constellation Desk"]
|
||||
n82 --> n86
|
||||
n87["Memory Cabinet"]
|
||||
n82 --> n87
|
||||
n88["Play"]
|
||||
n82 --> n88
|
||||
n89["Archive Terminal"]
|
||||
n82 --> n89
|
||||
n90["Study Lamp"]
|
||||
n82 --> n90
|
||||
n91["Marginalia Machine"]
|
||||
n82 --> n91
|
||||
n92["The Rain Index"]
|
||||
n82 --> n92
|
||||
n93["The House of Pages"]
|
||||
n82 --> n93
|
||||
n94["Rescue Princess Lima"]
|
||||
n82 --> n94
|
||||
click n1 "index.html" "Home"
|
||||
click n2 "recently-updated.html" "Recently Updated"
|
||||
click n4 "blogs/blogs-intro.html" "Blogs Introduction"
|
||||
@@ -231,40 +231,40 @@ flowchart TD
|
||||
click n55 "tags/education.html" "Tag: education"
|
||||
click n56 "tags/reading.html" "Tag: reading"
|
||||
click n57 "tags/maths.html" "Tag: maths"
|
||||
click n59 "play/sigil.html" "Sigil Press"
|
||||
click n60 "play/ink.html" "Ink Pond"
|
||||
click n61 "play/bookshelf.html" "Bookshelf Sort"
|
||||
click n62 "play/constellation.html" "Constellation Desk"
|
||||
click n63 "play/memory.html" "Memory Cabinet"
|
||||
click n64 "play/play.html" "Play"
|
||||
click n65 "play/terminal.html" "Archive Terminal"
|
||||
click n66 "play/study.html" "Study Lamp"
|
||||
click n67 "play/poem.html" "Marginalia Machine"
|
||||
click n68 "play/the-rain-index.html" "The Rain Index"
|
||||
click n69 "play/house.html" "The House of Pages"
|
||||
click n70 "play/rpg.html" "Rescue Princess Lima"
|
||||
click n72 "posts/posts-intro.html" "Posts Introduction"
|
||||
click n73 "posts/posts-list.html" "Posts List"
|
||||
click n75 "posts/career/solid-principles.html" "SOLID Principles"
|
||||
click n76 "posts/career/owasp.html" "OWASP Top Ten"
|
||||
click n77 "posts/career/retrospectives.html" "Retrospectives"
|
||||
click n78 "posts/career/lean.html" "Lean"
|
||||
click n79 "posts/career/invest-principles.html" "Invest Principles"
|
||||
click n80 "posts/career/career-intro.html" "Career Introduction"
|
||||
click n81 "posts/career/management-of-self.html" "Management of self training"
|
||||
click n82 "posts/career/wireframe-designs.html" "Wireframe Designs"
|
||||
click n83 "posts/career/requirements-features.html" "Requirements, features, user stories, tasks, walking skeletons"
|
||||
click n84 "posts/career/normalisation.html" "Benefits of Normalisation"
|
||||
click n85 "posts/career/airflow.html" "Datamarts, Airflow and DAG's"
|
||||
click n86 "posts/career/probation-objectives.html" "Probation Objectives:"
|
||||
click n87 "posts/career/database-permissions.html" "Database Permissions, Roles, and Accounts"
|
||||
click n88 "posts/career/monitoring-and-logging.html" "Monitoring and Logging"
|
||||
click n89 "posts/career/pipelines.html" "Pipelines and how they work (as well as CI/CD)"
|
||||
click n90 "posts/career/restful-api.html" "Restful API"
|
||||
click n91 "posts/career/javascript.html" "Understands the Javascript language"
|
||||
click n92 "posts/career/ha-dr.html" "High Availability, Disaster Recovery and Business Continuity"
|
||||
click n93 "posts/career/cross-site-scripting-xss.html" "Cross-Site Scripting (XSS)"
|
||||
click n94 "posts/career/career-list.html" "Career List"
|
||||
click n59 "posts/posts-intro.html" "Posts Introduction"
|
||||
click n60 "posts/posts-list.html" "Posts List"
|
||||
click n62 "posts/career/solid-principles.html" "SOLID Principles"
|
||||
click n63 "posts/career/owasp.html" "OWASP Top Ten"
|
||||
click n64 "posts/career/retrospectives.html" "Retrospectives"
|
||||
click n65 "posts/career/lean.html" "Lean"
|
||||
click n66 "posts/career/invest-principles.html" "Invest Principles"
|
||||
click n67 "posts/career/career-intro.html" "Career Introduction"
|
||||
click n68 "posts/career/management-of-self.html" "Management of self training"
|
||||
click n69 "posts/career/wireframe-designs.html" "Wireframe Designs"
|
||||
click n70 "posts/career/requirements-features.html" "Requirements, features, user stories, tasks, walking skeletons"
|
||||
click n71 "posts/career/normalisation.html" "Benefits of Normalisation"
|
||||
click n72 "posts/career/airflow.html" "Datamarts, Airflow and DAG's"
|
||||
click n73 "posts/career/probation-objectives.html" "Probation Objectives:"
|
||||
click n74 "posts/career/database-permissions.html" "Database Permissions, Roles, and Accounts"
|
||||
click n75 "posts/career/monitoring-and-logging.html" "Monitoring and Logging"
|
||||
click n76 "posts/career/pipelines.html" "Pipelines and how they work (as well as CI/CD)"
|
||||
click n77 "posts/career/restful-api.html" "Restful API"
|
||||
click n78 "posts/career/javascript.html" "Understands the Javascript language"
|
||||
click n79 "posts/career/ha-dr.html" "High Availability, Disaster Recovery and Business Continuity"
|
||||
click n80 "posts/career/cross-site-scripting-xss.html" "Cross-Site Scripting (XSS)"
|
||||
click n81 "posts/career/career-list.html" "Career List"
|
||||
click n83 "play/sigil.html" "Sigil Press"
|
||||
click n84 "play/ink.html" "Ink Pond"
|
||||
click n85 "play/bookshelf.html" "Bookshelf Sort"
|
||||
click n86 "play/constellation.html" "Constellation Desk"
|
||||
click n87 "play/memory.html" "Memory Cabinet"
|
||||
click n88 "play/play.html" "Play"
|
||||
click n89 "play/terminal.html" "Archive Terminal"
|
||||
click n90 "play/study.html" "Study Lamp"
|
||||
click n91 "play/poem.html" "Marginalia Machine"
|
||||
click n92 "play/the-rain-index.html" "The Rain Index"
|
||||
click n93 "play/house.html" "The House of Pages"
|
||||
click n94 "play/rpg.html" "Rescue Princess Lima"
|
||||
#+end_src
|
||||
|
||||
* Pages
|
||||
@@ -325,19 +325,6 @@ flowchart TD
|
||||
- [[file:tags/education.org][Tag: education]]
|
||||
- [[file:tags/reading.org][Tag: reading]]
|
||||
- [[file:tags/maths.org][Tag: maths]]
|
||||
- play
|
||||
- [[file:play/sigil.org][Sigil Press]]
|
||||
- [[file:play/ink.org][Ink Pond]]
|
||||
- [[file:play/bookshelf.org][Bookshelf Sort]]
|
||||
- [[file:play/constellation.org][Constellation Desk]]
|
||||
- [[file:play/memory.org][Memory Cabinet]]
|
||||
- [[file:play/play.org][Play]]
|
||||
- [[file:play/terminal.org][Archive Terminal]]
|
||||
- [[file:play/study.org][Study Lamp]]
|
||||
- [[file:play/poem.org][Marginalia Machine]]
|
||||
- [[file:play/the-rain-index.org][The Rain Index]]
|
||||
- [[file:play/house.org][The House of Pages]]
|
||||
- [[file:play/rpg.org][Rescue Princess Lima]]
|
||||
- posts
|
||||
- [[file:posts/posts-intro.org][Posts Introduction]]
|
||||
- [[file:posts/posts-list.org][Posts List]]
|
||||
@@ -362,3 +349,16 @@ flowchart TD
|
||||
- [[file:posts/career/ha-dr.org][High Availability, Disaster Recovery and Business Continuity]]
|
||||
- [[file:posts/career/cross-site-scripting-xss.org][Cross-Site Scripting (XSS)]]
|
||||
- [[file:posts/career/career-list.org][Career List]]
|
||||
- play
|
||||
- [[file:play/sigil.org][Sigil Press]]
|
||||
- [[file:play/ink.org][Ink Pond]]
|
||||
- [[file:play/bookshelf.org][Bookshelf Sort]]
|
||||
- [[file:play/constellation.org][Constellation Desk]]
|
||||
- [[file:play/memory.org][Memory Cabinet]]
|
||||
- [[file:play/play.org][Play]]
|
||||
- [[file:play/terminal.org][Archive Terminal]]
|
||||
- [[file:play/study.org][Study Lamp]]
|
||||
- [[file:play/poem.org][Marginalia Machine]]
|
||||
- [[file:play/the-rain-index.org][The Rain Index]]
|
||||
- [[file:play/house.org][The House of Pages]]
|
||||
- [[file:play/rpg.org][Rescue Princess Lima]]
|
||||
Reference in New Issue
Block a user