Skip to content
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

Back office #51

Open
7 tasks
tjementum opened this issue Apr 22, 2023 · 0 comments
Open
7 tasks

Back office #51

tjementum opened this issue Apr 22, 2023 · 0 comments
Labels
Roadmap This is a big roadmap item

Comments

@tjementum
Copy link
Member

tjementum commented Apr 22, 2023

Tasks

Preview Give feedback
@tjementum tjementum converted this from a draft issue Apr 22, 2023
@tjementum tjementum added the Enhancement New feature or request label Apr 22, 2023
@tjementum tjementum added this to the 🐥 Platform360 Beta milestone Apr 22, 2023
@tjementum tjementum added Roadmap This is a big roadmap item and removed Enhancement New feature or request labels Apr 24, 2023
@tjementum tjementum moved this from Reference implementation to Later in Roadmap Apr 24, 2023
@tjementum tjementum changed the title SysOps Backoffice Feb 15, 2024
@tjementum tjementum changed the title Backoffice Back office Mar 21, 2024
tjementum pushed a commit that referenced this issue Dec 16, 2024
… scheduling (#51)

### Summary & Motivation
Introduce a user-configurable windows timezone field within the user
profile to ensure that meetings are scheduled accurately in the
organizer's local time zone. This enhancement allows the system to
capture and utilize both the user's timezone and timestamp when creating
meetings, helping avoid potential time discrepancies due to timezone
offsets. Internally, this approach standardizes the management of
timezone information, enabling seamless conversion to UTC offsets when
needed.

Additionally, this PR consolidates all `AccountManagement` system
internal calls under `AccountManagementClient`, centralizing the API
interactions and reducing coupling within the system.

### Atomic Changes
- Move all `AccountManagement` system internal calls to the
`AccountManagementClient`
- Store local IANA time zone in user domain and use it for meeting
creation
- Add timezone as field to edit in `UserProfile`

### Checklist

- [x] I have added a Label to the pull-request
- [x] I have added tests, and done manual regression tests
- [x] I have updated the documentation, if necessary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Roadmap This is a big roadmap item
Projects
Status: Next
Development

No branches or pull requests

1 participant