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

Cohort Definition Validation Feature API #1929

Draft
wants to merge 60 commits into
base: master
Choose a base branch
from

Commits on Feb 1, 2021

  1. Added Annotation Code

    jduke99 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    5464709 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. updating annotation code to test build.

    Saul Crumpton committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    6735945 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. New Annotation Tables

    Duke, Jon D committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    f1203ec View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Updated Annotation

    Duke, Jon D committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    704b5a2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Update CohortSample.java

    Duke, Jon D committed May 8, 2021
    Configuration menu
    Copy the full SHA
    8e4fc91 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. annotion link button now works

    Saul Crumpton committed May 18, 2021
    Configuration menu
    Copy the full SHA
    de445db View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. removing results from Annotation.java

    Saul Crumpton committed May 19, 2021
    Configuration menu
    Copy the full SHA
    18319f8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    b6d5b07 View commit details
    Browse the repository at this point in the history
  2. working annotation_results saving

    Saul Crumpton committed May 27, 2021
    Configuration menu
    Copy the full SHA
    b82ef09 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. initial commit for ResultController and ResultService

    Saul Crumpton committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    65028fc View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. can now query for all results of a certain annotation ID

    Saul Crumpton committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    7b02d10 View commit details
    Browse the repository at this point in the history
  2. added todo in AnnotationController

    Saul Crumpton committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    45ffb5f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. default annotation GET now returns summary instead of full question e…

    …ntity. Also added additional param searches
    Saul Crumpton committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    b2166a8 View commit details
    Browse the repository at this point in the history
  2. removed some printlines, also added todo about performance

    Saul Crumpton committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    7b7ce8e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. moving to prepared statements for annotation_results

    Saul Crumpton committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    d769a68 View commit details
    Browse the repository at this point in the history
  2. working insertion and 'updating'. Tomorrow will change all QuestionID…

    … references to QuestionSetId
    Saul Crumpton committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    b002dfe View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. working results by Question Set ID, albiet slow

    Saul Crumpton committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    348e67c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1326f9a View commit details
    Browse the repository at this point in the history
  3. adding in orderered params to all jdbcTemplate queries

    Saul Crumpton committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    791e3f9 View commit details
    Browse the repository at this point in the history
  4. removed all instances/mentions of long and changed to int. Also fixed…

    … super table query
    Saul Crumpton committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    ba72b44 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. working getSets query

    Saul Crumpton committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    c695f24 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. creating annotation study table to aid in query speed for results sup…

    …er table
    Saul Crumpton committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    1afa631 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. more work done on supertable- everything should be using annotation_s…

    …tudy now
    Saul Crumpton committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    e5b1e2a View commit details
    Browse the repository at this point in the history
  2. return plain Results from the getResults endpoint

    Saul Crumpton committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    92271b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    3329bde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b61f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. complete results now querying by sampleId instead of Study ID when th…

    …e param is passed
    Saul Crumpton committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    734b8b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. finding samples and sets by cohort ID now uses inner join instead of …

    …left
    Saul Crumpton committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    47c6b31 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    37542bf View commit details
    Browse the repository at this point in the history
  2. setting AnswerValue now

    Saul Crumpton committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    6bd6d66 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    abca93c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. can now delete questionSets

    Saul Crumpton committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    c880d3d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Adding orderby for questionSet Question retrieval

    Saul Crumpton committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    18a4d02 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. checking to delete Results by annotation only instead of using questi…

    …onid as well
    Saul Crumpton committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    11f9df0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c793786 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Configuration menu
    Copy the full SHA
    a0b4bd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    514673b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fed83bd View commit details
    Browse the repository at this point in the history
  4. removing todo from nav service to navigate by sample name- this will …

    …never be supported
    Saul Crumpton committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    1bbf4dd View commit details
    Browse the repository at this point in the history
  5. removing unused result link in Annotation entity

    Saul Crumpton committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    dd28f06 View commit details
    Browse the repository at this point in the history
  6. removing unused sample_name field from annotation

    Saul Crumpton committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    4f08ca2 View commit details
    Browse the repository at this point in the history
  7. removing unused getters and setters in Annotation Entity

    Saul Crumpton committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    c375503 View commit details
    Browse the repository at this point in the history
  8. removing unused imports from Annotation Entity

    Saul Crumpton committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    d0dfb87 View commit details
    Browse the repository at this point in the history
  9. removing unused code in AnnotationController, also removing only-for-…

    …testing API endpoints
    Saul Crumpton committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    f0421a1 View commit details
    Browse the repository at this point in the history
  10. removing todo for searching for annotation by annotationID instead of…

    … by CohortSampleId and SubjectId and QuestionSetId
    Saul Crumpton committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    712c388 View commit details
    Browse the repository at this point in the history
  11. removing unused imports from AnnotationController and AnnotationServi…

    …ce. Also removing non-useful code and unused imports
    Saul Crumpton committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    8854ba4 View commit details
    Browse the repository at this point in the history
  12. changing AnnotationRepository to use base findById instead of explici…

    …t query
    Saul Crumpton committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    d58f51c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9c558ec View commit details
    Browse the repository at this point in the history
  14. updated QuestionRepository to use default findById method instead of …

    …manual query
    Saul Crumpton committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    cecc37a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    26eff09 View commit details
    Browse the repository at this point in the history
  16. updated QuestionSet to use default findById, removed unused imports a…

    …nd fields
    Saul Crumpton committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    075af89 View commit details
    Browse the repository at this point in the history
  17. removing more unused imports from QuestionSet repository

    Saul Crumpton committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    cdca276 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    530fa59 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2643f96 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. rename annotation sequences

    charhart committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    45057a4 View commit details
    Browse the repository at this point in the history
  2. corrected sequence names for id generators of entities. Also removed …

    …id from results table as it isn't necessary
    Saul Crumpton committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    aa9f441 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    41058f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    5a4905f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Added security migration scripts.

    Renamed end point from 'annotations' to 'annotation'
    chrisknoll committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    8814282 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Merge pull request #1 from cahilton/annotation2.0-cknoll

    Annotation2.0 cknoll
    charhart authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    37d1c60 View commit details
    Browse the repository at this point in the history