forked from markhorn-dev/astro-nano
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added repair cafe product registration project idea
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
src/content/projects/repair-cafe-product-registration/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "Repair Café Product Registration System in Astro" | ||
description: "Register products, fixers and fixes in an AstroDB, use an API for serverside operations, all in one simple astro repository" | ||
date: "Apr 7 2024" | ||
repoURL: "https://github.com/jfelding/repair-cafe-danmark-registration-page-poc" | ||
timeInvestmentRating: "medium" | ||
necessityRating: "medium" | ||
statusRating: "needs-attention" #'in-progress' | 'on-hold' | 'completed' | 'delayed' | 'upcoming' | 'cancelled' | 'under-review' | 'needs-attention' | 'awaiting-feedback' | 'testing-phase' | 'polishing' | ||
--- | ||
|
||
## Handle product registrations in a static astro site | ||
Check out the github repository for a proof-of-concept. | ||
|
||
## Features: | ||
- AstroDB for products, repair status, history | ||
- Login option for different repair cafés | ||
- API for pushing registration from static site and to the db | ||
|