Skip to content

Main goal of this project is to train development using "rust". Side goal is to create a web application that allows to log income and expances

License

Notifications You must be signed in to change notification settings

TiloPapke/FinanceOverViewTraining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinanceOverViewTraining

Main goal of this project is to train development using "rust". Side goal is to create a web application that allows to log income and expances

reached mile stones:

goal points for version 0.0.4

  • unit tests
  • [-] hashed session id to ensure a users identity for futres calls so that a user can only change own data, rejected instead user_id stored in server side session data
  • defintion of data structure for storage
  • hash content of field "reset_secret"
  • simple finance account management
  • journaling of income and expanses

!Attention!, please see this: https://www.mongodb.com/docs/manual/core/retryable-writes/ https://stackoverflow.com/questions/58589631/mongoerror-this-mongodb-deployment-does-not-support-retryable-writes-please-ad https://dba.stackexchange.com/questions/265236/how-can-we-use-transaction-in-mongodb-standalone-connection might need a super user for this: https://stackoverflow.com/questions/23943651/mongodb-admin-user-not-authorized in case normal Connection using MongoDB Compass fail: use Advanced Settings > Direct Connection, then excute rs.initiate()

version 0.0.3:

  • session controls
  • minimal user settings page
  • provide registration via email, choosing own user name
  • provide password reset via email hint for later development: a user should only see his own data.

version 0.0.2:

  • integrate simple log mechanismn
  • using database to count amount of incoming request (might be removed in later versions)
  • providing secure https connection with self signed certificates Versions hints:

version 0.0.1:

  • given out simple text via http request
  • secure simple server configuration in an ini file

open mile stones:

hint: new miles stones might be added

goal points for version 0.0.5

  • unit test case: check if UUID of different user account is used when updating or creating elements => reject
  • correct spellings like display_paswword_reset_with_token_page
  • code refactoring: centralizse session handle (eg getting session data and setting new expire timestamp)
  • code refactoring: connection setting handle
  • define timeout for session in server settings
  • calculting saldo over all finance accounts
  • export to csv (simple)

goal points for version 0.0.6

  • documentation for interface functions
  • check if some mut markings in implementations of trait DBFinanceConfigFunctions can be removed
  • redesign UI
  • using a css framework for better styles
  • updating account table info when inserting booking entry

goal points for version 0.0.7

  • refactoring unit tests that uses mocking database, use an init method that prepares a datastruture for alls mocking test
  • better way for validating database structure, when each new trait could have new tables

About

Main goal of this project is to train development using "rust". Side goal is to create a web application that allows to log income and expances

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published