gbowne1 / gradebook-management-system

This is a C++ Gradebook Management System
MIT License
2 stars 2 forks source link

improving permissions and permission scopes #11

Closed gbowne1 closed 7 months ago

gbowne1 commented 7 months ago

This PR enhances the permission system slightly by adding scopes and more logic that will need to be completed.

gbowne1 commented 7 months ago

it was the best I could come up with right now. it will need some more work. I would like to be able to use it to trap some errors and provide some checks and balances. We can work on this.

theres some memory leaks but I think we need to test with Valgrind which i have limited experience.

I'm concerned with some memory leaks in dataframe.cpp and I might try and improve some of it.