Inflo Software Tech Test - Implemented#1
Open
KDCheapCheap wants to merge 18 commits into
Open
Conversation
Bringing in the files from the original repo
The button seemed to be defaulting the request to a GET request, attempted fix to no avail. Fix was to make the function a HttpGet.
- Added new UserLog model - Added UserLogActions enum - Added new DbSet to store UserLogs - Created a log inside the edit function TODO: Add new service to add logs to the database & Create views and extra info on the users.
- Adding User Logs to the database - CRUD Operations for logs (Excluding Update) - Adding logs inside of Create/Edit/Delete User function
- Added new View to display all logs for a specific user - Added buttons to Edit, view logs and delete a user to the UserSummary page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This works adds the following functionality:
Implemented the remaining buttons using the following logic:
Each of these screens contain appropriate data validation, which is communicated to the end user.