Open
Conversation
Created: AppDbcontext.cs, Imported Microsoft.EF, Created Constructor
…ry Type instead of Map as their is no Map type in C#, ZoneDateTime is stored as TimeZoneInfo
… out how to properties and lastupdated. Type conflicts, Dictionary can not be stored in DB
…wo string objects as properties, one called longitude, the other latitude. Migration was successful with TimeZoneInfo commented out. Working on TimeZoneInfo Property next
Added Migration Add_DateTime_UTC
…ventTable. Several "needed" proof of concept tests.
…s. Added EventResponse Post and Post and Get Methods, Made View Model for Events w/enum and conversion from enum string to int.
…to view and passed admin input for club status back into db.
Looked at it, The only thing to think about is the longitude and latitude being a string. But looks like it works looks good!
…t. Will work on converting it to the enumeration value instead
… project. Going to freshen up on that before moving forward. Next step will be to add "Bogus" data to test DB and other functionalities.
… in THIS Branch. Index Runs without errors.
…s the other branches did. Will continue working on merging from this branch and Committ********
…oler. Events update and display according to status. Pushing and issueing pull request for Bogus Testing
…-context AppDbContext" to clear table if growing unwieldly, You May update the for loop in the controller to adjust how many "Events" are generated
…gureOutErrors Issue 4 2 trying to figure out errors
…ck to script when selection is changed from Approved to Denied. Just getting started here.
…p to make things less cluttered
…d then added migrations and updated the Database. Also added in a DBSet for the EventConditions into the AppDbContext.cs
…ifferentiate a user and admin log in.
…in is also unable to access it now as well so I need to debug.
…resident) to edit or delete the event application.
…in to create and edit an event.
…ill need to remigrate and update db
I have added in the client feedback notes we had received and left a summary of what we accomplished and what will be needed in the future.
…d for the web app
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.
As instructed I have created a pull request to merge develop into main. To summarize what we've done is that we have created a way to login/logout/register for an account. An admin will need to assign roles in the Database in order to create moderators and administrators. The web app needs to still connect through a REST API to the mobile app. We have created a way for an administrator or moderator to apply, edit, and view their events/event statuses. Only the administrator has the ability to approve or deny events.