Logo white

ADAM / AIAHTML5

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues
  • Merge Requests 14
  • Labels
  • Wiki
  • Snippets
  • Commits 3,087
  • Compare
  • Branches 1610
  • Tags 133
  • AIAHTML5
  • 400-SOURCECODE
  • AIAHTML5.Web
  • term-number-wp.js
21 Dec, 2020
1 commit
  • fix bug on ipad device
    6004aaaa
    Birendra authored
    2020-12-21 18:58:09 +0530  
    Browse File »

27 Nov, 2019
1 commit
  • new version added tinymce5.1.2 and other modification
    a12b3fc4
    Birendra Kumar authored
    2019-11-27 14:52:02 +0530  
    Browse File »

31 Oct, 2019
1 commit
  • merge cb code to aia_develop branch
    409cac37
    Birendra Kumar authored
    2019-10-31 16:24:22 +0530  
    Browse File »

27 Aug, 2019
1 commit
  • master branch commit on lacal machine
    2e4c266c
    Birendra Kumar authored
    2019-08-27 12:02:54 +0530  
    Browse File »

05 Aug, 2016
1 commit
  • blacking out issue is fixed for list manager and search. ...
    f2cb3afa
    also the alignment of scrollbar issue is fixed in list manager.
    Amrita Vishnoi authored
    2016-08-05 16:38:46 +0530  
    Browse File »

29 Jul, 2016
1 commit
  • Included Body system Code and one fix for extract.
    30a53778
    Amrita Vishnoi authored
    2016-07-29 16:09:22 +0530  
    Browse File »

27 Jul, 2016
1 commit
  • Handled Interdependency button click case ...
    3fdc5ad1
    The case where user first clcik on normal mode then extract then again highlight then we need to call highlight body in gray mode
    and then highlight the previously selected body regions at the time of normal mode.
    Amrita Vishnoi authored
    2016-07-27 14:05:25 +0530  
    Browse File »

26 Jul, 2016
1 commit
  • working list manager for all cases. ...
    f158571e
    search is also working
    Nikita Kulshreshtha authored
    2016-07-26 17:49:39 +0530  
    Browse File »

22 Jul, 2016
1 commit
  • list manager working code in DASearchBox code.taeken Mitali's branch.
    18e0a4a5
    Nikita Kulshreshtha authored
    2016-07-22 18:12:58 +0530  
    Browse File »

20 Jul, 2016
2 commits
  • commit after taking Nikita body system stable highLight code
    d13f4ab6
    Amrita Vishnoi authored
    2016-07-20 13:30:08 +0530  
    Browse File »
  • implemented loading icon in highlight body system
    ad64cee0
    Nikita Kulshreshtha authored
    2016-07-20 12:18:05 +0530  
    Browse File »

14 Jul, 2016
1 commit
  • Refs: #4463 ...
    6df89740
    Implemented extract.
    Amrita Vishnoi authored
    2016-07-14 18:27:28 +0530  
    Browse File »

13 Jul, 2016
3 commits
  • extract in progress...
    9b2ebaff
    Amrita Vishnoi authored
    2016-07-13 16:50:43 +0530  
    Browse File »
  • merged code
    79a4d87f
    Amrita Vishnoi authored
    2016-07-13 11:38:29 +0530  
    Browse File »
  • 1. AIA May,June Reports ...
    85f3a119
    2. few modifications in DA controller
    Amrita Vishnoi authored
    2016-07-13 10:16:50 +0530  
    Browse File »

12 Jul, 2016
2 commits
  • higlight is working in mirror as well
    7a445d63
    Nikita Kulshreshtha authored
    2016-07-12 15:12:43 +0530  
    Browse File »
  • removed logs. now loop is 0-8 for worker on bodyregions. ...
    84073353
    null checks in draw image
    Nikita Kulshreshtha authored
    2016-07-12 12:34:03 +0530  
    Browse File »

11 Jul, 2016
3 commits
  • terminating previous worker process on each click and also on layer change. so t… ...
    b12e1f17
    …hat new worker process can get space.
    Nikita Kulshreshtha authored
    2016-07-11 16:34:39 +0530  
    Browse File »
  • now creating a new webworker for every body region and looping term list in webw… ...
    e3f7afd3
    …orker. sending back the updated gray canvas data for a single region.
    This works well for cases except we click multiple time at very less interval. Need to destroy previous worker process on every click.
    Nikita Kulshreshtha authored
    2016-07-11 15:23:51 +0530  
    Browse File »
  • commit with 2 workers
    781b28c4
    Nikita Kulshreshtha authored
    2016-07-11 11:11:44 +0530  
    Browse File »

08 Jul, 2016
3 commits
  • modification
    9c10c589
    Amrita Vishnoi authored
    2016-07-08 12:23:42 +0530  
    Browse File »
  • introduced multiple worker process to speed up as well syncing while filling col… ...
    5515fa13
    …or on two body regions
    Amrita Vishnoi authored
    2016-07-08 11:53:37 +0530  
    Browse File »
  • Approach1 in highlighting code for each term for single body region but code having issues
    8eb0a24f
    Amrita Vishnoi authored
    2016-07-08 11:07:19 +0530  
    Browse File »

07 Jul, 2016
2 commits
  • Implemented 2 worker process. In one worker process there is a loop of body regi… ...
    43a10c1d
    …ons and in each iteration a new worker process is initialize i.e secon worekr process in which looping is done on term list for a single body regiona nd it returns the updated grayimagedata along with BRID, we hold this returned data in first worker process in an array whch is indexed by bodyregion. and once all process for all bodyregions are comlpeted then we return this indexed array to the controller and loop through thsi aaray and put updated data on respective canavs
    Nikita Kulshreshtha authored
    2016-07-07 18:21:54 +0530  
    Browse File »
  • We have moved term list iteration code in worker process. Now we are iterating … ...
    3a2aa788
    …all termlist together for single body region return the updated data back to html to put on canavs.
    Nikita Kulshreshtha authored
    2016-07-07 12:47:43 +0530  
    Browse File »

05 Jul, 2016
1 commit
  • working code for single term. it is coloring right but for multiple term numbers… ...
    97944f00
    … it is coloring the last one because the grayimage data is the initial one and on second iteration the worker process is having initial gary data so we need to send updated gray data for each iteration of term number
    Nikita Kulshreshtha authored
    2016-07-05 18:23:57 +0530  
    Browse File »

04 Jul, 2016
2 commits
  • made changes to more optimized the code but facing issues in modifying image data in web worker.
    2c852328
    Amrita Vishnoi authored
    2016-07-04 18:30:26 +0530  
    Browse File »
  • We have optimized highlights through worker process but still have scope of improvisation
    dd39f0c8
    Amrita Vishnoi authored
    2016-07-04 17:05:45 +0530  
    Browse File »

01 Jul, 2016
1 commit
  • commit after ci merge
    4edcf83e
    Amrita Vishnoi authored
    2016-07-01 18:13:49 +0530  
    Browse File »