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/like dislike implementation #3

Closed
wants to merge 3 commits into from

Conversation

lokeshwar777
Copy link
Owner

@lokeshwar777 lokeshwar777 commented Mar 24, 2024

Description

Implemented database interactions for user likes and dislikes for both tutorials and comments. Ensured that the feature aligns with the existing database design.

Related Issue

Motivation and Context

The Like/Dislike feature was implemented to enhance user engagement by allowing them to express their preferences on tutorials and comments. The changes to the database were made to accommodate the storage and retrieval of like/dislike data efficiently.

How Has This Been Tested?

The feature was thoroughly tested to ensure that users can successfully like or dislike tutorials and comments, and that the data is stored accurately in the database. Unit tests were written to cover various scenarios, and integration tests were performed to verify the interaction with the database.

Screenshots or GIF (In case of UI changes):

Before

Before.like.dislike.implementation.mov

After

After.like-dislike.implementation.mov

Types of changes

The database schema was updated to include tables for storing like/dislike data associated with tutorials and comments. For details, refer to the updated ER diagram outlining the modifications: Link to Updated ER Diagram

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Copy link

codesandbox bot commented Mar 24, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@github-actions github-actions bot added bug Something isn't working documentation Improvements or additions to documentation feature help wanted Extra attention is needed UI/UX firebase labels Mar 24, 2024
@lokeshwar777 lokeshwar777 self-assigned this Apr 2, 2024
Copy link

Copy link

@lokeshwar777 lokeshwar777 force-pushed the main branch 2 times, most recently from dab5226 to b4faaf2 Compare May 19, 2024 15:26
@lokeshwar777 lokeshwar777 deleted the branch old-main May 21, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation feature firebase help wanted Extra attention is needed UI/UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant