From 5bd0714d7730ca74f24c58ec8f77c537cb322dac Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Fri, 6 Oct 2017 16:02:26 +0530 Subject: [PATCH] modified module order and moduleId similar in database. --- 150-DOCUMENTATION/Testing Data/UserDetails.xlsx | Bin 0 -> 10652 bytes 400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js | 54 +++++++++++++++++++++++++++--------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 150-DOCUMENTATION/Testing Data/UserDetails.xlsx diff --git a/150-DOCUMENTATION/Testing Data/UserDetails.xlsx b/150-DOCUMENTATION/Testing Data/UserDetails.xlsx new file mode 100644 index 0000000..ac75dab Binary files /dev/null and b/150-DOCUMENTATION/Testing Data/UserDetails.xlsx differ diff --git a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js index 80b49c5..57431dd 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js @@ -204,7 +204,7 @@ AIA.constant('DA', [ }, ]); - +// These constants are same as in Database table ResourceModule, we have to maintain the module order and module id mention in the same order AIA.constant('Modules', [ { Id: 1, @@ -226,56 +226,56 @@ AIA.constant('Modules', [ Id: 5, Name: 'Clinical Animations', }, - { - Id: 6, - Name: 'Curriculum Builder', - }, + { + Id: 6, + Name: 'Encyclopedia', + + }, { Id: 7, - Name: 'Anatomy Test', + Name: 'Curriculum Builder', }, { Id: 8, - Name: 'Lab Exercises', - }, - { - Id: 9, - Name: 'A.D.A.M. Images', + Name: 'Anatomy Test', }, + { + Id: 9, + Name: 'IP 10', + }, { Id: 10, - Name: 'A.D.A.M. OnDemand', - }, - { - Id: 11, - Name: 'Encyclopedia', - + Name: 'Lab Exercises', }, + { + Id: 11, + Name: 'In-Depth Reports', + }, { Id: 12, - Name: 'IP 10', + Name: 'CAM', //Complementary and Alternative Medicine' }, - { Id: 13, - Name: 'In-Depth Reports', - }, - { - Id: 14, - Name: 'CAM', //Complementary and Alternative Medicine' + Name: 'A.D.A.M. Images', }, + { + Id: 14, + Name: 'Body Guide', + }, { Id: 15, - Name: 'Body Guide', + Name: 'Symptom Navigator', //Health Navigator', }, { Id: 16, - Name: 'Symptom Navigator', //Health Navigator', + Name: 'The Wellness Tools', }, { Id: 17, - Name: 'The Wellness Tools', + Name: 'A.D.A.M. OnDemand', }, + ]); AIA.constant('BodyViewws', [ -- libgit2 0.21.4