Skip to content

Commit

Permalink
chore: add in progress badge to unfinished pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 committed Mar 29, 2024
1 parent 019707d commit aac5077
Show file tree
Hide file tree
Showing 13 changed files with 69 additions and 4 deletions.
7 changes: 6 additions & 1 deletion src/content/docs/guides/python/flask/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ title: Authentication
description: A simple website built using flask
sidebar:
order: 10
---
badge:
text: 🚧
variant: caution
---

This page is under construction. Please check back later.
7 changes: 6 additions & 1 deletion src/content/docs/guides/python/flask/form-validation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ title: Proper Form Handling
description: A simple website built using flask
sidebar:
order: 11
---
badge:
text: 🚧
variant: caution
---

This page is under construction. Please check back later.
7 changes: 6 additions & 1 deletion src/content/docs/guides/python/flask/sqlalchemy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ title: Handling Databases with SQLAlchemy
description: A simple website built using flask
sidebar:
order: 12
---
badge:
text: 🚧
variant: caution
---

This page is under construction. Please check back later.
5 changes: 5 additions & 0 deletions src/content/docs/ncea/level-2/flask/blog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions src/content/docs/ncea/level-2/flask/database.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions src/content/docs/ncea/level-2/flask/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 5 additions & 0 deletions src/content/docs/ncea/level-2/flask/layout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

<FileTree>
Expand Down
5 changes: 5 additions & 0 deletions src/content/docs/ncea/level-2/flask/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions src/content/docs/ncea/level-2/flask/style.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions src/content/docs/ncea/level-3/flask/auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions src/content/docs/ncea/level-3/flask/comments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
7 changes: 6 additions & 1 deletion src/content/docs/ncea/level-3/flask/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ title: Complex Flask App
description: A not so simple website built using flask
sidebar:
order: 1
---
badge:
text: 🚧
variant: caution
---

This page is under construction. Please check back later.
5 changes: 5 additions & 0 deletions src/content/docs/ncea/level-3/flask/update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aac5077

Please sign in to comment.