~retropikzel

Finland

https://iki.fi/retropikzel

Trackers

~retropikzel/kaljat-backend

Last active 8 days ago

~retropikzel/scheme-scgi

Last active 17 days ago

#6 Getting beers list 8 days ago

Ticket created by ~retropikzel on ~retropikzel/kaljat-backend

Getting the beers list paginated and sorted. Sorted lowest price as default.

#5 Admin panel 8 days ago

Ticket created by ~retropikzel on ~retropikzel/kaljat-backend

From admin panel admins can:

  • Approve submitted beer prices
  • Remove beer prices

#4 Adding beer 8 days ago

Ticket created by ~retropikzel on ~retropikzel/kaljat-backend

Needs to have:

  • Place
  • Name of beer
  • Price

#3 Database init script 8 days ago

Ticket created by ~retropikzel on ~retropikzel/kaljat-backend

php file that runs database init script. Different database versions should all be in this one file separated by version numbers. Adding the new needed stuff at the bottom the init file should be okay to run anytime and as many times as wanted.

#2 Login 8 days ago

Ticket created by ~retropikzel on ~retropikzel/kaljat-backend

#1 Registering 8 days ago

Ticket created by ~retropikzel on ~retropikzel/kaljat-backend

#5 Middleware: CGI 12 days ago

Comment by ~retropikzel on ~retropikzel/scheme-scgi

Read imports from cgi file and make it into an.environment

#6 Optimise socket reading 17 days ago

Ticket created by ~retropikzel on ~retropikzel/scheme-scgi

In procedure read-all-from-socket first read the size of the request and then read the rest. This should speed things up little bit

#3 Middleware support 17 days ago

Comment by ~retropikzel on ~retropikzel/scheme-scgi

REPORTED RESOLVED IMPLEMENTED

#5 Middleware: CGI 17 days ago

Ticket created by ~retropikzel on ~retropikzel/scheme-scgi

  • Allows to load and eval .scm files in desired environment
  • Should work with scheme-cgi library
  • If .scm file is in cgi-bin path it is evaled
  • Should have developer/debug mode where cgi scripts are loaded each request. Otherwise they should be loaded just once