Skip to content

Commit

Permalink
TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Dec 18, 2024
1 parent 1bad30c commit 5103721
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/loculus/templates/_common-metadata.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ fields:
autocomplete: true
displayName: Date released (exact)
columnWidth: 100
# TODO change to be done here - only include these fields if a flag is set
- name: dataUseTerms
type: string
generateIndex: true
Expand Down
2 changes: 2 additions & 0 deletions website/src/components/Submission/DataUploadForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ const InnerDataUploadForm = ({
</div>
</form>
</div>
{/* TODO change to be done here */}
{action !== 'revise' && (
<DataUseTerms
dataUseTermsType={dataUseTermsType}
Expand All @@ -438,6 +439,7 @@ const InnerDataUploadForm = ({
</div>
<div className='sm:col-span-2 grid grid-cols-1 gap-x-6 gap-y-8 sm:grid-cols-6 col-span-2'>
<div className='sm:col-span-4 px-8'>
{/* TODO change to be done here */}
{dataUseTermsType === restrictedDataUseTermsOption && (
<p className='block text-sm'>
Your data will be available on Pathoplexus, under the restricted use terms until{' '}
Expand Down
1 change: 1 addition & 0 deletions website/src/pages/api-documentation/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const BUTTON_CLASS =
WARNING: Swagger incorrectly displays NDJSON examples in JSON format. For endpoints that require NDJSON
as input you must convert the JSON examples to NDJSON (e.g. by removing new lines) prior to testing.
</p>
{/* TODO changes to be done here */}
<p class='mt-4 mb-4'>
By using our API you agree to our
<a
Expand Down

0 comments on commit 5103721

Please sign in to comment.