Difference between revisions of "PageFlow"
Line 6: | Line 6: | ||
== Pages as Nodes== | == Pages as Nodes== | ||
Based on the description above, every page is a static data point, for the purpose of understanding, we can think of it as a node in a network that represents the so called [[site map]]. One possible way to visualize it is using a diagram composed of directed edges and nodes. | Based on the description above, every page is a static data point, for the purpose of understanding, we can think of it as a node in a network that represents the so called [[site map]]. One possible way to visualize it is using a diagram composed of directed edges and nodes. | ||
https://upload.wikimedia.org/wikipedia/commons/2/20/Sitemap_google.jpg | |||
[[wikipedia:File:Sitemap_google.jpg|400px|thumb|Sitemap of Google]] | [[wikipedia:File:Sitemap_google.jpg|400px|thumb|Sitemap of Google]] |
Revision as of 03:18, 16 February 2022
Based on the notion of Universal Data Abstraction, all data content will be displayed using web pages for the purpose of data representation, and the relations between different data points are connected using Hyperlinks. This is our approach to implement a generalizable Data Workflow.
How to create a page
A page is one instance of a record in the Main namespace of PKC. The content of the page is usually encoded in wiki markdown syntax, but also allows the use of Lua programming language in the Module namespace. A page could either embed hyperlinks, include transclusion instructions in the format of magic words, and trigger functions defined in Module namespace.
Pages as Nodes
Based on the description above, every page is a static data point, for the purpose of understanding, we can think of it as a node in a network that represents the so called site map. One possible way to visualize it is using a diagram composed of directed edges and nodes.
https://upload.wikimedia.org/wikipedia/commons/2/20/Sitemap_google.jpg
400px|thumb|Sitemap of Google 400px|thumb|Sitemap of Google
PageFlow is our way to orient workflow for teams that have access to network-enabled PKC instances. PageFlow is a term defined here to help utilize features provided by Semantic MediaWiki.
Particularly, we would love to help people utilize the following Special Pages:
- Special:CreateCategory
- Special:CreateForm
- Special:CreateProperty
- Special:Forms
- Special:CreateTemplate
- Special:MultiPageEdit
- Special:Properties
Other than Pages, we also consider two other forms of abstraction: Files, and Services.