Changes between Version 23 and Version 24 of projects/crm_review/usecases


Ignore:
Timestamp:
Oct 15, 2008, 4:49:32 PM (17 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/crm_review/usecases

    v23 v24  
    158158'''Can we add more things to the search drop down list'''
    159159
    160 
     160It [http://forum.civicrm.org/index.php/topic,3780.0.html appears as though] we can modify the search criteria template, although I haven't yet tested it.
    161161
    162162'''Name missing when we printed his 5060 labels'''
     
    164164'''What are search views? Is it specifying a custom search form or a specific output format?'''
    165165
     166Search views refers to profiles that have had the search view box checked. It specifies a specific output format.
     167
    166168'''No calendar/quick pick on search by activity by dates'''
    167169
    168170'''Can we remove fields from list of search results? Specifically: country'''
     171
     172Yes - see search views question above.
    169173
    170174'''How do you save a search and then re-use?'''
     
    174178'''Reports: Can we export query from search builder? How are queries stored? Ideally we would like to add a new report to the search results drop down.'''
    175179
     180The More Actions menu [http://forum.civicrm.org/index.php/topic,3988.0.html does not appear to be configurable], however, the code is fairly neat to it could be hacked if we wanted to go down that road. I also wonder if the CiviCRM developers would be interested in having that drop down list be more easily extend-able.
     181
     182Saved queries seem to be stored in a relatively well-normalized and accessible table (civicrm_saved_search).
     183
    176184'''Can we configure the dash board? Can we make the dash board make more sense to an organizer responsible for members?'''
    177185
    178186'''Can the simple search search by first name?'''
    179187
     188[http://forum.civicrm.org/index.php/topic,2286.0.html Nope]. Not without a code change. However, you can put a % sign in front of the first name.
     189
    180190'''How does CiviCRM scale? What is the average size for CiviCRM databases? How will 10,000+ database perform in shared hosting environments?'''
    181191