Wilf

Updates to the Vintage Points Calculator

Thursday 27th July 2023 (updated: Wednesday 23rd August 2023)

PHP

Development

Vintage Points Calculator

I have always wanted to expand my Vintage Points Calculator to allow for people to sign in and record their points progress.

To that end I've started to put the framework in place to allow for registration.
The features will be fairly simple:

  • Record daily points against allowance
  • Use points bank for 'over-spilled' daily points
  • Administer daily points and bank amounts
  • Password recovery

The registration code is around 90% complete. Update: no complete and tested 
The authentication code is 100% complete.
I'm currently working on the points storage and retrieval and the administration functionality.