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

Common definition of lists #19

Closed
KatarzynaUlichnowska opened this issue Dec 19, 2014 · 2 comments
Closed

Common definition of lists #19

KatarzynaUlichnowska opened this issue Dec 19, 2014 · 2 comments
Assignees
Labels
❔ question This is a question about the YetiForce system.

Comments

@KatarzynaUlichnowska
Copy link
Contributor

Lists are used throughout YetiForce (module lists, lists in tab, lists in pop-up selectors, lists in module widgets, lists in reports). Ideally there should be 1) one place to manage lists and 2) another place where those lists can be associated with the individual usages. For example, I define a "project list" containing a given number of fields. Now I want to use that list when visualizing projects associated with a company (through the tab) and use the same list when associating a project to a contact. But in the summary view widget, when displaying a company, I would like to use a different list to visualize projects.
Such a list should have the following characteristics:
Be associated with one or more modules, e.g., Organization and Services
Contain an ordered lists of fields, e.g., Organization Name, Web address, Service Name, Service Type
Contain a sequence of fields applied for sorting the list by default, e.g. Organization Name, Service Type
Contain grouping clauses that would allow display lists using a hierarchy as shown below, e.g. Organization Name
Optionally, contain an exclusion / inclusion constraint, e.g., only include active services.
+---

  • Organization A
    +---
  • Web address A | Service Name A | Service Type A
  • Web address A | Service Name D | Service Type A
  • Web address A | Service Name B | Service Type B
  • Web address A | Service Name C | Service Type C
    +---
  • Organization B
    +---
  • Web address B | Service Name F | Service Type B
  • Web address B | Service Name G | Service Type B
    +---
@KatarzynaUlichnowska
Copy link
Contributor Author

status: pending
Comment from YetiForce:
Everything what you described is available in YetiForce. The problem is that it is accessible from the code level and gives greater opportunities than the ones that have been described. Some of these mechanisms are available from the panel level, e.g. relation management and other new added (1:M) and in the future we are going to add more. I don’t understand what we should add because you don’t refer to what already is within the system, what is not and what should be done differently. When you do that, then it will be easier for me to answer and evaluate what you suggest.

@mariuszkrzaczkowski mariuszkrzaczkowski added the ❔ question This is a question about the YetiForce system. label Jan 2, 2015
@bpabiszczak
Copy link
Contributor

We haven't received enough information about this issue, that's why we are closing it. If the problem appears in the future, please send us more detailed descriptions.

@Pikaloko Pikaloko mentioned this issue Oct 15, 2017
@gsamushia gsamushia mentioned this issue Dec 7, 2020
@gsamushia gsamushia mentioned this issue Feb 25, 2021
2 tasks
@Akaki-1991 Akaki-1991 mentioned this issue Aug 4, 2021
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❔ question This is a question about the YetiForce system.
Projects
None yet
Development

No branches or pull requests

3 participants