Merged
Conversation
If he does put it on github I might just make a Dockerfile that pulls from it so no update is needed
removed https from arguments as the ssl isn't real, meaning you need to click to keep going or it wont work e.g. postman Default: http
Added: - Fetching desks using httpclient - Desk model subclasses Updated: - Desk model
Added - Simple user crud - register page restriction, admin only - admin dir restriction - website restriction, only accessible if logged in
created CRUD desks. first basic of front-end dashboard admin. started customizing dashboard. updated some class models, but added as a comment to accept later after discussion.
Desk - Data from the desk DeskMetadata - Data about the desk Why: - Desk is Immutable Causing issues if the two are kept together Added: - Timestap for desk - IsLatest bool to track the data
Removed: navigational properties as they should only be used for tightly coupled entities Added: - Metadata CRUD
Since it is fetched it is only Read and delete.
Added: - Admin Dashboard - Role CRUD
Added: - Role assignment in User CRUD
Added: - Compression - Moved Ver and api to env
Now we no-longer need the sim in the project. And as we need to use the internet anyway to get the python container, it seems ideal to utilize the git repo, so I don't need to constantly update it.
Updated: - Latest stable updates 8.11, which are for dotnet 8. 9 and up is for dotnet 9.
Might add a PET computer on the desk themed the desk green and black to kind-of match the PET theme
added: - Continue, even if migration error. Why: - If the tables already exists and it tries to migrate it'll throw an error, so instead of stopping the entire process we just write it, it shouldn't be too big an issue since it is dev only
internal port should not be dynamic, only external should be.
60 bug macos https cert
Added: - launch settings for debugging, which composes for you and opens the site in the browser
Update readme to reflect NET migration naming standard.
Still need to fix admin managereport ones
Added: - Dotnet Format task - Fix header not showing up when using dotnet format by editing editorconfig
63 feature help page
Readability fixed repeating extension method AddRazorPages
- Turned desk service into a generic repository - Updated the updater to fetch multiple desks at the same time instead of a for loop - updated so no new updates overlap with the current updates updating time - decreased fetch time to 1 minute for more current data (might change it depending on current needs)
Added: - Setup page Removed - DBInitializer, replaced by setup
init... data
Revert "init... data"
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.
✨ Description
Add latest dev changes
Linked Issue:
🔄 Type of Change
✅ Checklist
📄 Additional Information