Coder Social home page Coder Social logo

verb-practice-monorepo's Introduction

Hello! Bonjour ! Hallo! $Hello World

I'm a software engineer working in and around New York and I'm interested in languages, such as French and German but also 漢字 (the written form).

As a professional, my most recent work has been as an engineering manager, and in addition to building stuff, I love building happy, playful teams.

verb-practice-monorepo's People

Contributors

gkatny avatar kayernyc avatar

Stargazers

 avatar

Watchers

 avatar

verb-practice-monorepo's Issues

Add handling for German Variations

All verbs should be arrays of variations, although most verbs will only have one member

Given a structure like:

bidden:
  language: de
  variations:
    - definition: as in an auction
      translations:
        en: bid
      participle: bid
      irregular:
        past: bid
    - definition: meaning "request"
      translations:
        en: request
      participle: [bade, bid]
      irregular:
        past: bidden, bid

the resulting object variation array should have two members.

Redesign German schema to accommodate impersonal, genitive and dative verbs

See these articles for reference:

https://german.yabla.com/lesson-The-verb-gelingen-1188
https://www.thoughtco.com/frequently-used-german-dative-verbs-4071410

Research dative structures. Consider ways to map English to these structures. Are the sets of impersonal verbs similar in French and German?

properties:
dative:
genitive:
impersonal:
reflexive;

AC:

  • schema allows consumer apps to correctly map to impersonal verbs (only sie and es
  • determine if this requires an update to the language types
  • flag verbs as dative or accusative or both (for bivalent verbs, how to capture meaning - see variations in English?)
  • flag verbs as genitive
  • documentation for db_management is updated to reflect these findings.

Add testing as a check for db_management before push

When an engineer makes changes in the db_management app, before he/she pushes a change, all tests should run and pass to ensure changes don't break hydration logic.

AC:

  • pushing a change triggers running the test suite and blocks the push if the tests fail.
  • if a change is successfully pushed, the test suite is run in Github to prevent regressions.

Fix readYaml spec

readYaml spec currently needs an env pointer to fake data. This is a blocker for #16

Convert Jest tests to ViTest

Convert Jest tests in db_management to Vitest.

AC:
All tests run in Vitest.
No tests are failing.
There is a coverage report.

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.