Stewart86 / roadtaxTracker

CRUD operation for a fleet of vehicle in Singapore to ease roadtax renewal
MIT License
8 stars 35 forks source link

Table creation, CREATE/EDIT Vehicle from UI and reflecting the changes in the UI #25

Closed rajrohan closed 4 years ago

rajrohan commented 4 years ago

Hi @Stewart86 While Setting up this project to work on another issue, this issue has been found and resolved. Issue:

  1. VehicleGen.py: Generating the Simulated values but not creating the table entries in the database.
  2. Vehicle model class(model.py): Create/Edit Functionality was not working. Reason: The custom creates a method that was written in the model class instead of using the database create method.
  3. View.py: After Add/Edit and delete the view was not updating.

All the above issue is resolved in the below link. https://github.com/rajrohan/roadtaxTracker

rajrohan commented 4 years ago

Along with these changes, Multiple selection #18 has also been implemented. Please find all the changes in the new pull request. #27