Giter Club home page Giter Club logo

panlex-django's People

Contributors

annieke avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

panlex-django's Issues

Find a favicon

  • just a generic double arrow, translate-y one is fine for now

Aesthetics

  • Loading gif
  • CSS in general (button & fonts & how to display result)
  • Lighten button css file
  • Customize jQuery UI css
  • Change to Bootstrap typehead autocomplete?
  • Add instructions for lv vs. uid input?

Needs instructions

  • add small question mark button below the form
  • don't show unless clicked (ajax?)

Minor CSS annoyances

  • pop up suggestions need to match input boxes / be standardized
  • Translation well & translation word box need to line up
  • Well & input box sides need to be even
  • Fonts standardized to same size

Full Language List

  • Find a jQuery library for autocomplete feature
  • Pre-cache a query for all the language variety names & IDs (static JSON file created by python script, load with AJAX request)

How To:

  • var lvs = result of AJAX request, array containing objects with lv name and lv id: [ {“lv”: 187, “tt”: “English”, “td”: “english”}, { “lv”: 60, “tt”: “Spanish”, “td”: “spanish”}, …]
  • lv.tt is the default name expression’s text, lv.ex is the expression id, if you query '/ex' you can get the td value as well. But remember you can only query for 2000 items at a time and arrays can’t be longer than 10000 elements, so I’d break it up into 2000-expression chunks
  • Have a full list vs. short list option?

Format polishing

  • putting scripts at the end of the body
  • commenting & understanding code
  • cleaning out useless code

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.