-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Feature added-To Delete a member's record #2
base: master
Are you sure you want to change the base?
Conversation
animeshseemendra
commented
Jan 5, 2017
•
edited
Loading
edited
- A new feature added if admin has to delete the record of a member who is no longer the member of the organisation.
Update attendance.class
Update main.cpp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compilation errors-
- in attendance.class, line 291, '(' unbalanced.
- in main.cpp, case '7's '{' not closed, unplaced after break statement hence unbalancing '{ }'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logical error-
you considered data till specific member to be deleted is reached. Members after this required data are left in old file and get deleted!! major error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice attempt. Keep it up. :)
Thank you for your review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the serial numbers of members after deletion. It's missing.
Secondly, display option 7 as "Delete specific member" in menu.
Changes done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
last member's data get's repeated with unknown serial number after deletion of any member.
Update attendance.class
I added a feature to delete a member's record from database, but as the program was not running on my computer earlier so I was getting lots of reviews about the errors. Luckily now it runs, and I have removed all the errors that was coming. If still any error comes please notify. |
@animeshseemendra Modify your commit message according to the feature you have added or write about it in a comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last entry in attendance record repeats itself with false serial number.
@animeshseemendra |