Giter VIP home page Giter VIP logo

vedawebproject / tekst Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 7.43 MB

๐Ÿ“š A collaborative research platform for aligning, enriching and exploring resources on natural language texts

Home Page: https://vedawebproject.github.io/Tekst/

License: GNU Affero General Public License v3.0

Dockerfile 0.32% Shell 0.05% Python 42.12% HTML 0.07% JavaScript 0.41% TypeScript 11.32% CSS 0.87% Vue 44.84%
collaboration linguistics platform research-tool self-hosted text philology research-data

tekst's People

Contributors

bkis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

tekst's Issues

Add schema examples to models where default examples are too whack

Like so:

class Text(TextRigBaseModel):
    # fields ...
    # validators ...
    class Config:
        schema_extra = {
            "example": {
                "title": "Rigveda",
                "slug": "rigveda",
                "subtitle": "An ancient Indian collection of Vedic Sanskrit hymns",
                "levels": ["Book", "Hymn", "Stanza"],
                "locDelim": ".",
            }
        }

Cache platform data

Create platform data for /platform endpoint during startup once and hold it in memory.
This should include:

  • data on existing texts (via get_all_texts())
  • layer types and all info on them
  • platform settings
  • ...

What to make of the layer coverage feature?

Right now, the layer coverage data endpoint returns superfluous data. The current client implementation would only need total/covered numbers. So either...

  1. go all in and extend the coverage functionality to visualize coverage better and even automatically list covered/uncovered locations (depending on what there's fewer of), or
  2. Change the coverage data endpoint to only return the necessary data.

No texts: Client broken.

Always provide at least one sample text ... even in production: If there is no text in the DB, create one!

Location select without effect (sometimes)

There's a weird bug in the selection of a location via location controls: In some (apparently random) situations, it just stops working. The location (lvl and pos) in the URL are changed, but the app doesn't react to that.

Implement AuthN and AuthZ solution

Currently preferred strategy: Implement configurable interface to Keycloak (and/or similar) to have a pluggable external management for all things auth*.

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.