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

Event serializers and views improvements #3699

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

ivarnakken
Copy link
Member

#3697 was a little rushed so that I could test webkom/lego-webapp#5230 with better staging data - here's the clean up :)

`user_reg` is now included in `EventReadSerializer`
@ivarnakken ivarnakken added review-needed Pull requests that need review chore Pull requests that does something "boring", yet important, e.g. cleaning up code technical-debt Pull requests that reduces technical debt labels Dec 12, 2024
@ivarnakken ivarnakken requested a review from a team December 12, 2024 18:08
@ivarnakken ivarnakken self-assigned this Dec 12, 2024
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.60%. Comparing base (c52c6f1) to head (74b926b).
Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3699      +/-   ##
==========================================
- Coverage   89.60%   89.60%   -0.01%     
==========================================
  Files         700      700              
  Lines       22430    22422       -8     
==========================================
- Hits        20099    20091       -8     
  Misses       2331     2331              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ivarnakken ivarnakken force-pushed the event-serializers-and-views-improvements branch 2 times, most recently from 62f857e to 8ed9675 Compare December 12, 2024 18:57
More consistent across different api calls to prevent "glitches" when
switching between pages that use different event serializers (such as
/events and /events/<pk>).
@ivarnakken ivarnakken force-pushed the event-serializers-and-views-improvements branch from 8ed9675 to 74b926b Compare December 12, 2024 18:58
@ivarnakken ivarnakken added the approved Pull requests that have been approved label Dec 15, 2024
@ivarnakken ivarnakken merged commit b8247bb into master Dec 17, 2024
3 checks passed
@ivarnakken ivarnakken deleted the event-serializers-and-views-improvements branch December 17, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Pull requests that have been approved chore Pull requests that does something "boring", yet important, e.g. cleaning up code review-needed Pull requests that need review technical-debt Pull requests that reduces technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants