Commit 5bd0714d7730ca74f24c58ec8f77c537cb322dac

Authored by Amrita Vishnoi
1 parent 334ca5aa

modified module order and moduleId similar in database.

150-DOCUMENTATION/Testing Data/UserDetails.xlsx 0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
... ... @@ -204,7 +204,7 @@ AIA.constant('DA', [
204 204 },
205 205 ]);
206 206  
207   -
  207 +// These constants are same as in Database table ResourceModule, we have to maintain the module order and module id mention in the same order
208 208 AIA.constant('Modules', [
209 209 {
210 210 Id: 1,
... ... @@ -226,56 +226,56 @@ AIA.constant('Modules', [
226 226 Id: 5,
227 227 Name: 'Clinical Animations',
228 228 },
229   - {
230   - Id: 6,
231   - Name: 'Curriculum Builder',
232   - },
  229 + {
  230 + Id: 6,
  231 + Name: 'Encyclopedia',
  232 +
  233 + },
233 234 {
234 235 Id: 7,
235   - Name: 'Anatomy Test',
  236 + Name: 'Curriculum Builder',
236 237 },
237 238 {
238 239 Id: 8,
239   - Name: 'Lab Exercises',
240   - },
241   - {
242   - Id: 9,
243   - Name: 'A.D.A.M. Images',
  240 + Name: 'Anatomy Test',
244 241 },
  242 + {
  243 + Id: 9,
  244 + Name: 'IP 10',
  245 + },
245 246 {
246 247 Id: 10,
247   - Name: 'A.D.A.M. OnDemand',
248   - },
249   - {
250   - Id: 11,
251   - Name: 'Encyclopedia',
252   -
  248 + Name: 'Lab Exercises',
253 249 },
  250 + {
  251 + Id: 11,
  252 + Name: 'In-Depth Reports',
  253 + },
254 254 {
255 255 Id: 12,
256   - Name: 'IP 10',
  256 + Name: 'CAM', //Complementary and Alternative Medicine'
257 257 },
258   -
259 258 {
260 259 Id: 13,
261   - Name: 'In-Depth Reports',
262   - },
263   - {
264   - Id: 14,
265   - Name: 'CAM', //Complementary and Alternative Medicine'
  260 + Name: 'A.D.A.M. Images',
266 261 },
  262 + {
  263 + Id: 14,
  264 + Name: 'Body Guide',
  265 + },
267 266 {
268 267 Id: 15,
269   - Name: 'Body Guide',
  268 + Name: 'Symptom Navigator', //Health Navigator',
270 269 },
271 270 {
272 271 Id: 16,
273   - Name: 'Symptom Navigator', //Health Navigator',
  272 + Name: 'The Wellness Tools',
274 273 },
275 274 {
276 275 Id: 17,
277   - Name: 'The Wellness Tools',
  276 + Name: 'A.D.A.M. OnDemand',
278 277 },
  278 +
279 279  
280 280 ]);
281 281 AIA.constant('BodyViewws', [
... ...