Git Product home page Git Product logo

Comments (5)

f-porter avatar f-porter commented on September 17, 2024

I read through the chapter http://github.com/Qabel/intern-doc/wiki/Qabel-Client-Contact-Drop-Messages again and thought about the fields defined there.
If we just want to store the information needed for the communication between the Qabel clients then the field "module_data" should not be there. This could/should be stored in the person modules data. That would make more sense anyway as the persons the actual user wants to communicate with are only identifiable for him by their names/mail addresses/... (person information) and not by the technical information (contact).

Example of a Chat module:

a.) If it would be defined like it is right now:

The chat module asks the contact module for the list of all contacts. Then it has to ask the contact module for every contact the person associated with it in order to get the names/nicknames/.....

b.) If it would be defined like I described it:

The chat module asks the person module for the list of all persons. Then it can show a list of names/nicknames/... (person information) to the user. The user chooses a person and then the chat module asks the person module for the contact of that person.
AND (only) the Qabel related information is in the contact.

from qabel.github.io.

 avatar commented on September 17, 2024

@f-porter: This is related to #20 and we start a discussion already there

from qabel.github.io.

 avatar commented on September 17, 2024

Sorry. It was to earlier. Hit the wrong button

from qabel.github.io.

thechauffeur avatar thechauffeur commented on September 17, 2024

@k-c13 yes, it is related to #20 but I think @f-porter mentioned something important here and at the first look I would support his suggestion. Let's discuss this on Monday.

from qabel.github.io.

thechauffeur avatar thechauffeur commented on September 17, 2024

Contacts should keep the possibility. I.e. "module_data" should be there. @f-porter example is based upon an 1-to-n relation between contacts and persons. This is not the case.

from qabel.github.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.