CheckYourCzech icon indicating copy to clipboard operation
CheckYourCzech copied to clipboard

The service to practice Czech grammar.

Results 35 CheckYourCzech issues
Sort by recently updated
recently updated
newest added

Now we allow only one value for any filter we have, would be cool to give an opportunity to select multiple things to exercises through them.

Currently, if there is no word fitting the request parameters (because of the language reasons or just the database is not populated enough), the server just returns null and nothing...

For some reason, Azure Web Job that is executing `Scraper` is throwing `OutOfMemoryException` every 10-15 minutes. It is recovering itself but still this is strange because locally this does not...

The idea is to implement some kind of user login/registration which will be additional to what exists now. This will allow old user to continue use the app, but for...

In our [Storage](https://github.com/psfinaki/CheckYourCzech/blob/master/src/Core/Storage.fs) module, both `Create` and `Execute` functions end up ignoring results of inner operations. This is bad, because nothing guarantees everything there finishes happily.

An interesting idea is to filter words by their popularity in language. Wiki is full of very random words that are grammatically correct but nobody uses them or knows them....

For proper nouns (_Londýn_, _Čech_, _Michaela_), it would be nice to have to have capital first letter both for mobile client keyboard and desktop Czech symbols - this will lead...

There are words with very different meaning therefore represented in different sections of the wiki page. Example is [bus](https://cs.wiktionary.org/wiki/bus), which has two noun sections _podstatné jméno (1)_ and _podstatné jméno...

Rules for building adjective plurals are regular yet not that simple. E.g. sometimes the root alternation is required, e.g. _hezký_ -> _hezcí_. This can be set as an exercise filter.

Application insights _check-your-czech-client-insights_ are deployed manually whereas everything else is long ago in the pipelines. This should be also automated.