tothzola / price-manager

Price Approval Manager
4 stars 0 forks source link

Pending rejected and approved records when app initialize #135

Closed tothzola closed 2 years ago

tothzola commented 2 years ago

Is your feature request related to a problem? Please describe. Database is queried for all the records when the app starts, this impacts performance when the DB gets bigger.

Describe the solution you'd like The query by initialisation should filter out the processed records.

Describe alternatives you've considered Processed records can be displayed if the user changes/ applies a filter with was implemented earlier in the development.

tothzola commented 2 years ago

Closed with #143