Skip to content

Commit

Permalink
Update premium-tasks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey authored Nov 20, 2024
1 parent f3bc0b4 commit 57669de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions orga/premium-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

If you are a **single developer** and you use RxDB in your **side project**, you can get free 2 years access to the [RxDB Premium](https://rxdb.info/premium) package by solving one Task of this list. Before you start working on that task, please make an issue where you tell about the estimated time to finish the task.

This list will be regularly updated with new Tasks, all updates will be posted on [discord](https://rxdb.info/chat).

## Open Tasks (This list will be regularly updated with new Tasks)
## Open Tasks

- Add server-side-rendering to the angular example, this was disabled when upgrading from angular v16 to v17: https://github.com/pubkey/rxdb/pull/5800
- [#5589](https://github.com/pubkey/rxdb/issues/5589) Add electric-sql to the [client-side-databases](https://github.com/pubkey/client-side-databases) project to measure the performance metrics. For that, create an angular subproject like the already existing ones and then implement the logic interface.
Expand All @@ -18,7 +19,7 @@ const signal = collection.find().$$; // <- This has the type Signal<any[]> but s

- [#3935](https://github.com/pubkey/rxdb/pull/3935) Fix [this bug](https://github.com/mafintosh/is-my-json-valid/pull/192) in the `is-my-json-valid` library, AND enable the unit tests for the plugin `rxdb/plugins/validate-is-my-json-valid`

## Solved Tasks
## Solved Tasks (do no work on these!)

- Add a [local search](https://github.com/cmfcmf/docusaurus-search-local) plugin to the docusaurus docs. The search-bar must only appear on the documentation pages, not on the landingpage https://github.com/pubkey/rxdb/pull/5429https://github.com/pubkey/rxdb/pull/5429
- Fix the flaky tests for the "example-supabase" CI task. This randomly fails, it should be fixed either by analyzing+fixing the current problem or updating to the newest supabase version. https://github.com/pubkey/rxdb/pull/5469
Expand Down

0 comments on commit 57669de

Please sign in to comment.