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: Websockets on updates #30

Closed
wants to merge 8 commits into from
Closed

feat: Websockets on updates #30

wants to merge 8 commits into from

Conversation

kristianbinau
Copy link
Member

@kristianbinau kristianbinau commented Oct 11, 2023

Description

  • Added factories, to make it way easier to instantiate services.
  • Made it so creating an item inside a parentItem, will copy the parentItems sharings to the newly created item.
  • Added a pusher plugin
  • Added event triggers when altering items, that will push changes to the frontend through Pusher

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@vercel
Copy link

vercel bot commented Oct 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
backend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 16, 2023 10:45am

@kristianbinau kristianbinau linked an issue Oct 11, 2023 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Oct 16, 2023

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 902/902
🟢 Branches 100% 112/112
🟢 Functions 100% 175/175
🟢 Lines 100% 863/863
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🟢
... / auth.factory.ts
100% 100% 100% 100%
🟢
... / blob.factory.ts
100% 100% 100% 100%
🟢
... / sharing.factory.ts
100% 100% 100% 100%
🟢
... / item.factory.ts
100% 100% 100% 100%
🟢
... / item.event.ts
100% 100% 100% 100%
🟢
... / docs.factory.ts
100% 100% 100% 100%
🟢
... / folder.factory.ts
100% 100% 100% 100%
🟢
... / shortcut.factory.ts
100% 100% 100% 100%
🟢
... / starred.factory.ts
100% 100% 100% 100%

Test suite run success

202 tests passing in 38 suites.

Report generated by 🧪jest coverage report action from 18c138a

@frederikpyt frederikpyt self-assigned this Oct 16, 2023
@frederikpyt frederikpyt deleted the kbi-28 branch October 16, 2023 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Websockets on changes
2 participants