diff --git a/src/main/webapp/app/config/constants.tsx b/src/main/webapp/app/config/constants.tsx index 7090a040b..1148e6450 100644 --- a/src/main/webapp/app/config/constants.tsx +++ b/src/main/webapp/app/config/constants.tsx @@ -800,6 +800,7 @@ export type DataRelease = { }; export const DATA_RELEASES: DataRelease[] = [ + { date: '07042024', version: 'v4.19' }, { date: '07022024', version: 'v4.18' }, { date: '06042024', version: 'v4.17' }, { date: '05012024', version: 'v4.16' }, diff --git a/src/main/webapp/app/pages/newsPage/NewsPage.tsx b/src/main/webapp/app/pages/newsPage/NewsPage.tsx index 4bb0a8c3f..faa8b7d52 100644 --- a/src/main/webapp/app/pages/newsPage/NewsPage.tsx +++ b/src/main/webapp/app/pages/newsPage/NewsPage.tsx @@ -91,6 +91,7 @@ export default class NewsPage extends React.Component<{
+ diff --git a/src/main/webapp/app/pages/newsPage/NewsPageContent.tsx b/src/main/webapp/app/pages/newsPage/NewsPageContent.tsx index 35d4ae743..72b176d89 100644 --- a/src/main/webapp/app/pages/newsPage/NewsPageContent.tsx +++ b/src/main/webapp/app/pages/newsPage/NewsPageContent.tsx @@ -90,6 +90,8 @@ export const UPDATED_SENSITIVITY_LEVEL = 'Updated Sensitivity Level'; export const UPDATED_RESISTANCE_LEVEL = 'Updated Resistance Level'; export const PREVIOUS_BIOMARKER_ASSOCIATION = 'Previous Biomarker Association'; export const CURRENT_BIOMARKER_ASSOCIATION = 'Current Biomarker Association'; +export const PREVIOUS_LEVEL_ANNOTATION = 'Previous Variant Annotation'; +export const CURRENT_LEVEL_ANNOTATION = 'Current Variant Annotation'; export const NEWLY_ADDED_LEVEL_FOUR_COLUMNS = [ { name: GENE, size: 2 }, @@ -261,6 +263,16 @@ const EVIDENCE_COLUMN_SEPARATOR = '; '; // https://stackoverflow.com/questions/41947168/is-it-possible-to-use-keyof-operator-on-literals-instead-of-interfaces export const NEWS_BY_DATE: { [date: string]: NewsData } = { + '07042024': { + news: [ + + We updated the level 2 association for actionable POLE and POLD1 + mutations in colorectal cancer and small bowel adenocarcinoma for + immunotherapy to only include known oncogenic mutations in the + exonuclease domain. + , + ], + }, '07022024': { priorityNews: [ diff --git a/src/main/webapp/content/images/oncokb_summary.png b/src/main/webapp/content/images/oncokb_summary.png index 625a88721..5c14b6baa 100644 Binary files a/src/main/webapp/content/images/oncokb_summary.png and b/src/main/webapp/content/images/oncokb_summary.png differ diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 3a1d849e5..91dcde0e9 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -15,7 +15,7 @@ - + @@ -23,7 +23,7 @@ - +