Submissions from 2018-10-20 to 2018-10-21 (1 total)

Hey, it's my first post here so I will give a little bit of context. I'm building a web platform using lapis(My first time using lapis) , to allow people to look for jobs.

Today code:

  • Today I refactored my forms implementation to use a base template instead of having a different etlua file for each form.
  • Added a new login form.
  • Checked the available configuration parameters of lapis and did a configuration for development with performance benchmarking and another for production with cache and more secure configurations.
  • Started learning and testing the lapis database query interface and the database schema so I can build the data model.