Skip to content

Commit

Permalink
added repair cafe product registration project idea
Browse files Browse the repository at this point in the history
  • Loading branch information
jfelding committed Apr 7, 2024
1 parent ef6f9a5 commit 1b4307b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/projects/adding-fiber-to-buns-rolls/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Ways to add dietary fiber to your rolls 🥯"
description: ""
description: "Fix your stool tastily"
date: "Apr 7 2024"
demoURL: "../blog/"
timeInvestmentRating: "medium"
Expand Down
18 changes: 18 additions & 0 deletions src/content/projects/repair-cafe-product-registration/index.md
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

0 comments on commit 1b4307b

Please sign in to comment.