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

feat(wfh): [PPT-1148] add work_preferences to user model #243

Merged
merged 16 commits into from
Jan 24, 2024

Conversation

chillfox
Copy link
Contributor

No description provided.

@chillfox chillfox self-assigned this Jan 23, 2024
@github-actions github-actions bot added the type: enhancement new feature or request label Jan 23, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 23, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 23, 2024
@chillfox chillfox requested review from naqvis, stakach and grkek January 24, 2024 00:41
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 24, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 24, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 24, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 24, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 24, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 24, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 24, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 24, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 24, 2024
@chillfox chillfox changed the title feat(wfh): [PPT-1148] add wfh model feat(wfh): [PPT-1148] add work_preferences to user model Jan 24, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 24, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 24, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 24, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Jan 24, 2024
@chillfox chillfox requested review from grkek and stakach January 24, 2024 06:21
Copy link
Contributor

@grkek grkek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -14,6 +14,10 @@ module PlaceOS::Model

table :user

record WorktimePreference, day : Time::DayOfWeek, start_time : Float64, end_time : Float64, location : String = "" do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I despise this macro to the extent previously unknown to human beings, but is a nice way to patch in a struct.

@stakach stakach merged commit 965a04c into master Jan 24, 2024
9 checks passed
@stakach stakach deleted the PPT-1148-add-ability-to-store-wfh-status branch January 24, 2024 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement new feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants