Skip to content

blazecoding2009/print-legion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Printing legion

New printing legion setup.

Fill out forms.hackclub.com/print-legion-signup to sign up!

Environment

Create a .env file inside backend/ with the Airtable credentials plus a table for ratings:

  • AIRTABLE_KEY
  • AIRTABLE_BASE_ID
  • AIRTABLE_TABLE_ID – main printers table (already in use)
  • AIRTABLE_PRINT_TABLE_ID – print stats table (already in use)
  • AIRTABLE_RATINGS_TABLE_IDnew table where each record represents a single rating with slack_id (text), rating (number), and rater_slack_id (text) to tie submissions back to a Hack Clubber.

Every time someone submits a rating from the site, the backend will append a record to the ratings table and recompute averages directly from Airtable.

About

Get 3D-printed parts from your local hack-clubbers!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 93.9%
  • MDX 3.0%
  • Dockerfile 1.7%
  • HTML 1.3%
  • CSS 0.1%