Stream: ibm
Topic: Good first issues
Lee Surprenant (Feb 07 2020 at 14:45):
In case anyone is interested in contributing to the IBM FHIR Server, I just labelled https://github.com/IBM/FHIR/issues/681 as a "good first issue". I'd be happy to guide anyone through the process of adding this.
Lee Surprenant (Feb 19 2020 at 21:05):
Too late! John got to this one, but I'll try tagging some others in the future if we get similar "low-hanging fruit". Or if you're interested in contributing, let us know and I'm sure we can find something interesting to do together.
Lee Surprenant (Feb 28 2020 at 19:37):
@Hans Michel I just flagged https://github.com/IBM/FHIR/issues/734 as a good first issue. Its not super simple, but hopefully tractable.
Lee Surprenant (Feb 28 2020 at 19:38):
FHIRResource is one of our ugliest classes
Lee Surprenant (Feb 28 2020 at 19:38):
and I'm doing some other refactoring in there, to prepare for eventually breaking it out into multiple JAX-RS resources
Lee Surprenant (Feb 28 2020 at 19:39):
so possibility of conflict
Lee Surprenant (Feb 28 2020 at 19:39):
but even if you just figured out whether/how to set the cache headers appropriately, that might help
Lee Surprenant (Feb 28 2020 at 19:39):
like what is the "right" way to do it in JAX-RS...
Lee Surprenant (Feb 28 2020 at 19:40):
feel free to try your hand any anything else as well, totally up to you
Hans Michel (Feb 28 2020 at 19:40):
Got it.
Paul Bastide (Feb 28 2020 at 19:54):
feel free to ask us questions anytime
Hans Michel (Feb 28 2020 at 19:58):
Will do.
Lee Surprenant (Mar 02 2020 at 13:08):
Just created and labeled another "Good first issue". This one would be good for anyone looking to exercise the IBM FHIR Server code generator in fhir-tools
because they requested change is in the generated model code itself: https://github.com/IBM/FHIR/issues/743
Paul Bastide (Mar 02 2020 at 13:19):
Lee Surprenant said:
Just created and labeled another "Good first issue". This one would be good for anyone looking to exercise the IBM FHIR Server code generator in
fhir-tools
because they requested change is in the generated model code itself: https://github.com/IBM/FHIR/issues/743
Is that code generated? or manually edited?
Lee Surprenant (Mar 02 2020 at 13:21):
generated, as indicated in the @Generated annotation at the top of each of the generated classes
Paul Bastide (Mar 02 2020 at 14:22):
I might have a bit covert with what I was highlighting. the discussion of fhir-tools was not in the issue, it might be a good thing to include the fhir-tools bit in the issue as it is generated
Lee Surprenant (Mar 02 2020 at 14:57):
ok added to issue
Last updated: Apr 12 2022 at 19:14 UTC