Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Feature/sc 3033 reconnect #50

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Conversation

Metauriel
Copy link

@Metauriel Metauriel commented Mar 10, 2020

Checkliste

  • Bis die komplette Checkliste abgearbeitet ist muss das PR-Label WIP gesetzt sein

Allgemein

Code Qualität

  • Code mit Hinblick auf Security und Datensicherheit betrachten
  • Linter darf keine Probleme bei veränderten Dateien aufweisen

Tests

  • Test-Coverage darf durch PR nicht sinken
  • Unit-Tests und Integrations-Tests schreiben / ändern
  • Keine offenen bekannten Bugs im entwickelten Code

Freigabe zum Review

  • Die Änderungen wurden mit dem Ticket-Ersteller, Support-Team oder PO besprochen und erfüllen die Ticket-Anforderungen
  • WIP PR-Label entfernt, wenn die Checkliste abgearbeitet wurde

Mehr

Weitere Informationen zur DoD hier im Confluence

Comment on lines 7 to +8
// do some authorization things
app.channel('anonymous').join(socket.feathers);
// app.channel('anonymous').join(socket.feathers);
Copy link
Contributor

Choose a reason for hiding this comment

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

can this be removed?

Copy link
Author

Choose a reason for hiding this comment

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

der Change ist von @CordlessWool , gebe die Frage weiter :)

Copy link
Contributor

@CeEv CeEv Mar 11, 2020

Choose a reason for hiding this comment

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

Ich glaube er wollte ein channel für alle haben. Ich würde es erst mal auskommentiert lassen, bis wir es benötigen.

adrianjost
adrianjost previously approved these changes Mar 10, 2020
Copy link
Contributor

@adrianjost adrianjost left a comment

Choose a reason for hiding this comment

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

looks good and logical to me but haven't tested it.

"redis": "REDIS_URI",
"redis_key": "REDIS_KEY"
}
{
Copy link
Contributor

@CeEv CeEv Mar 11, 2020

Choose a reason for hiding this comment

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

Can you set this file to default please.

Comment on lines 7 to +8
// do some authorization things
app.channel('anonymous').join(socket.feathers);
// app.channel('anonymous').join(socket.feathers);
Copy link
Contributor

@CeEv CeEv Mar 11, 2020

Choose a reason for hiding this comment

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

Ich glaube er wollte ein channel für alle haben. Ich würde es erst mal auskommentiert lassen, bis wir es benötigen.

src/services/sections/section.service.js Show resolved Hide resolved
@@ -77,7 +77,7 @@ exports.before = {
const after = {
// todo select is better but need more stable implementations
all: [iff(isProvider('external'),
filterOutResults('__v', 'createdAt', 'updatedAt')),
Copy link
Contributor

Choose a reason for hiding this comment

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

Why change this? @CordlessWool

Copy link
Contributor

Choose a reason for hiding this comment

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

Its a long time ago, I could not remember, but its filter out before sending it to the client? For the client the data are not necassery

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants