CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion »
  • Sprints »
  • Euro sprint 24-28 Sept 2012
Pages: [1]

Author Topic: Euro sprint 24-28 Sept 2012  (Read 5776 times)

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Euro sprint 24-28 Sept 2012
June 20, 2012, 10:38:18 am
You can register for the CiviCRM Euro sprint in Apeldoorn (24-28 Sept 2012) here: (link to follow)

Please add any topic you would like to discuss to this forum post, suggested topics so far:
  • CiviMobile (activities and cases)
  • Testing
  • Documentation
  • API cleanup
« Last Edit: June 20, 2012, 10:40:00 am by Erik Hommel »
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

demeritcowboy

  • Ask me questions
  • ****
  • Posts: 570
  • Karma: 42
  • CiviCRM version: Always the latest!
  • CMS version: Drupal 6 mostly, still evaluating 7.
  • MySQL version: Mix of 5.0 / 5.1 / 5.5
  • PHP version: 5.3, usually on Windows
Re: Euro sprint 24-28 Sept 2012
September 11, 2012, 01:51:17 pm
Regarding CiviMobile for cases and activities, I don't believe this is part of the scope for the MIH http://civicrm.org/civicrm/contribute/transact?reset=1&id=36 but there is an org that may be able to sponsor some work in the areas of:
1. Looking up a contact record by entering the case number.
2. Viewing case activities.

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: Euro sprint 24-28 Sept 2012
September 12, 2012, 01:47:38 am
Sounds good, I have an organization that is willing to fund the app for managing activities and case activities in CiviMobile. Let's keep each other posted.
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Euro sprint 24-28 Sept 2012
September 15, 2012, 05:35:19 pm
Hi,

I'm going to be at both sprints so I have a few thoughts overall of things I'd either like to look at. First sprint
  • Timezone handling (esp Civimail where a cron doesn't understand when the mail should be sent if different timezones are in play but also really relevant to events. We have had this in production in a limited way for over a year as a patch) - http://issues.civicrm.org/jira/browse/CRM-9683
  • Put this ACL issue to bed finally http://issues.civicrm.org/jira/browse/CRM-10667
  • not huge priority for me but Dgg & I talked about looking at the hard-coded limits on batch-update by profile http://issues.civicrm.org/jira/browse/CRM-10806

Second Sprint - since the A-team will all be at the second sprint it would be good to work through some of the larger issues we have been working through
  • Settings API http://issues.civicrm.org/jira/browse/CRM-10040
  • Pseudoconstants / checking in API http://issues.civicrm.org/jira/browse/CRM-10072
  • Price set related changes impact on api
  • I would love to look at adding a GUI based Event import - but make it use the api properly - (the existing ones are using aspects of the api but not really using it (not least because the api needs functionality added - see #2). Using the API properly  would help to ensure the GUI development & api development are more in sync)

There are a couple of other issues of high interest to me - whether they are manageable within the sprints is doubtful

  • look into adding a UI for adding tables into CiviReports rather then hard coding them all - more like views - this is largely in response to things like https://github.com/eileenmcnaughton/nz.co.fuzion.extendedreport/pull/2 & is more easily doable in the context of the extension to reports than the main report framework because in the extension there relatively obvious path to exposing the available joins to the GUI
  • Also, on the long list is http://issues.civicrm.org/jira/browse/CRM-10018 restructure activity contacts to make it easier to query without bad joins / poor performance / temporary tables / avoidable code complexity
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: Euro sprint 24-28 Sept 2012
September 16, 2012, 06:02:01 am
Sounds good to me, I would like to look at:
* going through Relationship API in detail
* adding non-active custom fields to CustomValue API
* creating an API to set up Case Types (and all related configuration)
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Euro sprint 24-28 Sept 2012
September 18, 2012, 12:19:35 am
Erik - those are all good topics - because they all involve issues that are not just a case of doing but of deciding approach (e.g. relationship is abnormal, in part, because 'fixing' it might break things for people who have already written code against the current behaviour & for multiple-update reasons that cross into tag & group).

All good things to discuss over a warm beer In Apeldorm
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

JoeMurray

  • Administrator
  • Ask me questions
  • *****
  • Posts: 578
  • Karma: 24
    • JMA Consulting
  • CiviCRM version: 4.4 and 4.5 (as of Nov 2014)
  • CMS version: Drupal, WordPress, Joomla
  • MySQL version: MySQL 5.5, 5.6, MariaDB 10.0 (as of Nov 2014)
Re: Euro sprint 24-28 Sept 2012
September 19, 2012, 06:41:43 am
I'd like to focus on the following at Apeldoorn sprint:

API for Settings
API discussion re: business rules currently in forms, especially around multi-table accounting matters
Mostly Accounting Integration:
  • API changes for 4.3
  • Spec for refund support
  • Test using sandbox
  • Communicate to community about helping to test
  • User documentation
  • Refactoring unreleased CiviGrant A/P enhancement from 4.1 to 4.3 schema
Co-author of Using CiviCRM https://www.packtpub.com/using-civicrm/book

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion »
  • Sprints »
  • Euro sprint 24-28 Sept 2012

This forum was archived on 2017-11-26.