Finland
Ticket created by ~retropikzel on ~retropikzel/kaljat-backend
Getting the beers list paginated and sorted. Sorted lowest price as default.
Ticket created by ~retropikzel on ~retropikzel/kaljat-backend
From admin panel admins can:
- Approve submitted beer prices
- Remove beer prices
Ticket created by ~retropikzel on ~retropikzel/kaljat-backend
Needs to have:
- Place
- Name of beer
- Price
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.
Comment by ~retropikzel on ~retropikzel/scheme-scgi
Read imports from cgi file and make it into an.environment
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
Comment by ~retropikzel on ~retropikzel/scheme-scgi
REPORTED
RESOLVED IMPLEMENTEDTicket 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