41 implement responsive design and accessibility#70
Merged
RespectMathias merged 13 commits intomainfrom Dec 30, 2024
Merged
Conversation
Added office plan page
added page fix some errors styled page
added officesPlan model added cdn Fabric.js to save canvas elements
Added new table OfficesPlan to database. Something is wrong to save data after creating it in the browser. Something goes wrong when loading data from a database.
There is still a problem
The code is now able to load data from the database when the page loads and save data when clicking on the save button as JSON in the database. Must give each image a macaddress.
Collision between boxes and images to ensure that every desk is positioned correctly. Not yet able to assign a MacAddress to every desk.
Added dynamic dropdown list to select MacAddress. Any MacAddress selected removes dynamic from the list. Added a label to show the total number of desks in the plan. Added an editable title to plan as Office Name.
added read-only user access. added full admin access. officePlan.js is not functioning.
Fixed: - Email must match username fix (MS Identity issue) - Set default office name
RespectMathias
approved these changes
Dec 30, 2024
Contributor
RespectMathias
left a comment
There was a problem hiding this comment.
It works, except for
@Model.OfficesPlan.OfficeName
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.
x### ✨ Description
Administrative access to OfficesPlan, read-only user access, and full admin access.
Store all data in the database in the officeplan table.
Page loaded from database.
A dynamic label to show the total number of desks in the plan.
An editable title to plan as Office Name.
Linked Issue: #41
🔄 Type of Change
✅ Checklist
📄 Additional Information
Incomplete but adding anyway.