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: implement sticky notes functionality #7 #9

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

jkarenzi
Copy link
Owner

@jkarenzi jkarenzi commented Jun 15, 2024

what does this PR do?

This PR implements CRUD operations for sticky notes

Description of the task to be completed

  • Implement endpoints for managing sticky notes
  • Write appropriate documentation for resulting endpoints
  • Implement appropriate error handling and responses
  • Write comprehensive unit tests

How can this be manually tested?

  • By sending requests to the api/sticky_notes endpoints

Swagger documentation screenshot

swagger

Test screenshot

www46

What are the relevant pivotal trackers/story id?

-implement crud operations for sticky notes

[Delivers #7]
@jkarenzi jkarenzi added the feature New feature or request label Jun 15, 2024
@jkarenzi jkarenzi added this to the Sprint 2: Core Functionality milestone Jun 15, 2024
@jkarenzi jkarenzi self-assigned this Jun 15, 2024
Copy link

codecov bot commented Jun 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.09%. Comparing base (b20ee9a) to head (bef0145).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop       #9      +/-   ##
===========================================
+ Coverage    92.50%   94.09%   +1.59%     
===========================================
  Files           13       17       +4     
  Lines          200      254      +54     
  Branches        16       20       +4     
===========================================
+ Hits           185      239      +54     
  Misses          14       14              
  Partials         1        1              

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

@jkarenzi jkarenzi linked an issue Jun 15, 2024 that may be closed by this pull request
4 tasks
@jkarenzi jkarenzi merged commit 2f0d641 into develop Jun 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: CRUD Sticky notes
1 participant