diff --git a/src/content/docs/guides/python/flask/authentication.mdx b/src/content/docs/guides/python/flask/authentication.mdx index fff9ca25..f7f564a9 100644 --- a/src/content/docs/guides/python/flask/authentication.mdx +++ b/src/content/docs/guides/python/flask/authentication.mdx @@ -3,4 +3,9 @@ title: Authentication description: A simple website built using flask sidebar: order: 10 ---- \ No newline at end of file + badge: + text: 🚧 + variant: caution +--- + +This page is under construction. Please check back later. diff --git a/src/content/docs/guides/python/flask/form-validation.mdx b/src/content/docs/guides/python/flask/form-validation.mdx index 56ecf12c..6fb3c869 100644 --- a/src/content/docs/guides/python/flask/form-validation.mdx +++ b/src/content/docs/guides/python/flask/form-validation.mdx @@ -3,4 +3,9 @@ title: Proper Form Handling description: A simple website built using flask sidebar: order: 11 ---- \ No newline at end of file + badge: + text: 🚧 + variant: caution +--- + +This page is under construction. Please check back later. diff --git a/src/content/docs/guides/python/flask/sqlalchemy.mdx b/src/content/docs/guides/python/flask/sqlalchemy.mdx index 8b2c67ce..3d65589c 100644 --- a/src/content/docs/guides/python/flask/sqlalchemy.mdx +++ b/src/content/docs/guides/python/flask/sqlalchemy.mdx @@ -3,4 +3,9 @@ title: Handling Databases with SQLAlchemy description: A simple website built using flask sidebar: order: 12 ---- \ No newline at end of file + badge: + text: 🚧 + variant: caution +--- + +This page is under construction. Please check back later. diff --git a/src/content/docs/ncea/level-2/flask/blog.mdx b/src/content/docs/ncea/level-2/flask/blog.mdx index 0984477a..f82958dc 100644 --- a/src/content/docs/ncea/level-2/flask/blog.mdx +++ b/src/content/docs/ncea/level-2/flask/blog.mdx @@ -3,8 +3,13 @@ title: Basic Blog description: A simple website built using flask sidebar: order: 4 + badge: + text: 🚧 + variant: caution --- +This page is under construction. Please check back later. + > using custom forms to add user input to the database > linking data in related tables or nodes using queries or keys diff --git a/src/content/docs/ncea/level-2/flask/database.mdx b/src/content/docs/ncea/level-2/flask/database.mdx index c209c2a0..12e0a233 100644 --- a/src/content/docs/ncea/level-2/flask/database.mdx +++ b/src/content/docs/ncea/level-2/flask/database.mdx @@ -3,8 +3,13 @@ title: Database description: A simple website built using flask sidebar: order: 3 + badge: + text: 🚧 + variant: caution --- +This page is under construction. Please check back later. + ```sql // tests/data.sql diff --git a/src/content/docs/ncea/level-2/flask/index.mdx b/src/content/docs/ncea/level-2/flask/index.mdx index c10dea72..359d089f 100644 --- a/src/content/docs/ncea/level-2/flask/index.mdx +++ b/src/content/docs/ncea/level-2/flask/index.mdx @@ -3,8 +3,13 @@ title: Overview description: A simple website built using flask sidebar: order: 1 + badge: + text: 🚧 + variant: caution --- +This page is under construction. Please check back later. + This is a set of resources covering 3 internals that builds a working website. The core functionality is in Python with the frontend in HTML/CSS and a SQL database. A blog is used as the example throughout this resource as it covers all the criteria of knowledge for excellence with easy transferable skills to whatever you build. The covered internal are: - Database [AS91892](https://www.nzqa.govt.nz/nqfdocs/ncea-resource/achievements/2019/as91892.pdf) (4 credits) diff --git a/src/content/docs/ncea/level-2/flask/layout.mdx b/src/content/docs/ncea/level-2/flask/layout.mdx index f5afd00b..869ae098 100644 --- a/src/content/docs/ncea/level-2/flask/layout.mdx +++ b/src/content/docs/ncea/level-2/flask/layout.mdx @@ -3,8 +3,13 @@ title: Layout description: A simple website built using flask sidebar: order: 2 + badge: + text: 🚧 + variant: caution --- +This page is under construction. Please check back later. + import { FileTree } from '@astrojs/starlight/components'; diff --git a/src/content/docs/ncea/level-2/flask/search.mdx b/src/content/docs/ncea/level-2/flask/search.mdx index db9c8955..8c210366 100644 --- a/src/content/docs/ncea/level-2/flask/search.mdx +++ b/src/content/docs/ncea/level-2/flask/search.mdx @@ -3,8 +3,13 @@ title: Search description: A simple website built using flask sidebar: order: 6 + badge: + text: 🚧 + variant: caution --- +This page is under construction. Please check back later. + > writing custom queries to filter and/or sort data diff --git a/src/content/docs/ncea/level-2/flask/style.mdx b/src/content/docs/ncea/level-2/flask/style.mdx index bcb1a054..9a5b411d 100644 --- a/src/content/docs/ncea/level-2/flask/style.mdx +++ b/src/content/docs/ncea/level-2/flask/style.mdx @@ -3,8 +3,13 @@ title: Customising presentation of the data description: A simple website built using flask sidebar: order: 5 + badge: + text: 🚧 + variant: caution --- +This page is under construction. Please check back later. + > customising presentation of the data diff --git a/src/content/docs/ncea/level-3/flask/auth.mdx b/src/content/docs/ncea/level-3/flask/auth.mdx index 92f1e642..1337a295 100644 --- a/src/content/docs/ncea/level-3/flask/auth.mdx +++ b/src/content/docs/ncea/level-3/flask/auth.mdx @@ -3,6 +3,11 @@ title: Authentication description: A not so simple website built using flask sidebar: order: 3 + badge: + text: 🚧 + variant: caution --- +This page is under construction. Please check back later. + > applying data access permissions as appropriate to the outcome \ No newline at end of file diff --git a/src/content/docs/ncea/level-3/flask/comments.mdx b/src/content/docs/ncea/level-3/flask/comments.mdx index 58a5e204..b8211965 100644 --- a/src/content/docs/ncea/level-3/flask/comments.mdx +++ b/src/content/docs/ncea/level-3/flask/comments.mdx @@ -3,8 +3,13 @@ title: Comments description: A not so simple website built using flask sidebar: order: 4 + badge: + text: 🚧 + variant: caution --- +This page is under construction. Please check back later. + > structuring the data using multiple tables or nodes > creating customised data displays from multiple tables or nodes (e.g. reports, PDFs, web pages, dashboards, program interfaces) \ No newline at end of file diff --git a/src/content/docs/ncea/level-3/flask/index.mdx b/src/content/docs/ncea/level-3/flask/index.mdx index 372e3847..db93ca06 100644 --- a/src/content/docs/ncea/level-3/flask/index.mdx +++ b/src/content/docs/ncea/level-3/flask/index.mdx @@ -3,4 +3,9 @@ title: Complex Flask App description: A not so simple website built using flask sidebar: order: 1 ---- \ No newline at end of file + badge: + text: 🚧 + variant: caution +--- + +This page is under construction. Please check back later. \ No newline at end of file diff --git a/src/content/docs/ncea/level-3/flask/update.mdx b/src/content/docs/ncea/level-3/flask/update.mdx index 15fd3b6d..dd5293cf 100644 --- a/src/content/docs/ncea/level-3/flask/update.mdx +++ b/src/content/docs/ncea/level-3/flask/update.mdx @@ -3,6 +3,11 @@ title: Updating Data description: A not so simple website built using flask sidebar: order: 2 + badge: + text: 🚧 + variant: caution --- +This page is under construction. Please check back later. + > creating queries which insert, update or delete to modify data \ No newline at end of file