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

dev/core#2732 SearchKit - Move field formatting from client-side to server-side #21320

Merged
merged 2 commits into from
Aug 31, 2021

Conversation

colemanw
Copy link
Member

@colemanw colemanw commented Aug 30, 2021

Overview

Refactoring work toward a SearchKit direct export feature.

https://lab.civicrm.org/dev/core/-/issues/2732

Before

Field formatting (e.g. date format) done in javascript.

After

Field formatting done on the server

Technical Details

Formattig field values server-side allows the view values to be reused in exports.
It also opens the door for more complex formatting to happen on the server, if needed.

https://lab.civicrm.org/documentation/docs/user-en/-/merge_requests/495

@civibot
Copy link

civibot bot commented Aug 30, 2021

(Standard links)

@civibot civibot bot added the master label Aug 30, 2021
Formattig field values server-side allows the view values to be reused in exports.
It also opens the door for more complex formatting to happen on the server, if needed.
@eileenmcnaughton
Copy link
Contributor

I'm doing r-run on this & have logged https://lab.civicrm.org/dev/core/-/issues/2803 as an observation but not changed by this PR

@eileenmcnaughton
Copy link
Contributor

Another issue found in r-run - it appears to predate this change
https://lab.civicrm.org/dev/core/-/issues/2804

@eileenmcnaughton
Copy link
Contributor

And another usability issue from this https://lab.civicrm.org/dev/core/-/issues/2805

@eileenmcnaughton
Copy link
Contributor

None of the issues I found in r-run testing appear to be new. I couldn't find any breakage as a result of this PR - merging

@eileenmcnaughton eileenmcnaughton merged commit cd32bcc into civicrm:master Aug 31, 2021
@eileenmcnaughton eileenmcnaughton deleted the searchKitRun branch August 31, 2021 05:26
@eileenmcnaughton
Copy link
Contributor

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

Successfully merging this pull request may close these issues.

2 participants