Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor dalGlob #16

Open
funderburkjim opened this issue Jul 17, 2020 · 2 comments
Open

refactor dalGlob #16

funderburkjim opened this issue Jul 17, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@funderburkjim
Copy link
Contributor

Changes were required in connection with the display

https://sanskrit-lexicon.uni-koeln.de/scans/csl-apidev/sample/dalglob1.php

(This display also functions in local installations, assuming hwnorm2 is installed.
The local installation url is http://localhost/cologne/csl-apidev/sample/dalglob1.php .)

These changes were for two reasons:

@drdhaval2785
Copy link
Contributor

@funderburkjim
This is a LOW HANGING FRUIT.

In the developmental display of dalglob1-dev, the following enhancements are needed, and should be easily doable.

  1. Currently when I search for 'kamala', the upper panel shows the headwords matching the same from different dictionaries (with normalization taken into account).
  2. When I click on the AP90 button, I see in lower panel the dictionary entries of 'kamala' and 'kamalA' in two separate tabs.
  3. What we would want is to have a display similar to Advanced search at https://www.sanskrit-lexicon.uni-koeln.de/scans/MWScan/2020/web/webtc2/index.php .
  4. The left panel can show headwords like `AP90 kamala, AP90 kamalA, BEN kamala......'
  5. The right panel can show the dictionary entries for all of them.
  6. When I click on BEN kamala on the left panel, that dictionary entry can be highlighted in the right panel.

In effect, we want to have the display to have all the data loaded into the page, rather than calling getword.php on click event.
On click should only highlight the required entry.

This issue was discussed in the skype call. Noting it here, so that it remains in the todo list.

@gasyoun
Copy link
Member

gasyoun commented Dec 28, 2020

The left panel can show headwords like `AP90 kamala, AP90 kamalA, BEN kamala......'
The right panel can show the dictionary entries for all of them.

Fully agree and support. Low hanging fruit indeed.

all the data loaded into the page, rather than calling getword.php on click event

Yes, yes, yes.

On click should only highlight the required entry.

That can come as a second step, not critical.

Noting it here, so that it remains in the todo list.

Thanks, crystal clear.

@gasyoun gasyoun added the enhancement New feature or request label Dec 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants