jargons.dev icon indicating copy to clipboard operation
jargons.dev copied to clipboard

A community-driven dictionary that simplifies software, engineering and tech terms for all levels.

Results 30 jargons.dev issues
Sort by recently updated
recently updated
newest added

We need to enhance the Jargons Editor dashboard by adding a profile menu in the navbar. This profile menu will be a simple user avatar item that, for now, includes...

:sparkles: enhancement
:arrow_upper_right: medium priority

Currently, the `$recentSearches` state holds all the recent searches without any limit. To improve user experience and ensure that the list of recent searches remains manageable, we need to limit...

:sparkles: enhancement
:palms_up_together: help wanted
:arrow_upper_right: medium priority

We currently have a default view in our search dialog, which is displayed when the user opens the search without any input. To improve user experience, we would like to...

:sparkles: enhancement
:arrow_upper_right: medium priority

Prepare jargons.dev to go open source: - [x] **License**: Choose an open-source license for the project and add the license file to the repository. - [x] **README**: Update the README...

:scroll: documentation
:spiral_notepad: todo

Currently, when a user visits the `/browse/[alpha]` (example "/browse/a") route, they receive a 404 error. This issue requests implementing a redirect to the first page route (`/browse/[alpha]/1` i.e. "/browse/a/1") when...

:sparkles: enhancement
:arrow_upper_right: medium priority

Implement a customization menu option where users can adjust their experience preferences, such as font size and theme (dark or light mode). This feature will enhance user experience and allow...

:sparkles: enhancement
:arrow_upper_right: medium priority

When a user submits a new word or edits an existing word in the dictionary, the system should check if the branch already exists before attempting to create a new...

:bug: bug
:arrow_upper_right: medium priority
:spiral_notepad: todo

The current logic in the `$addToRecentSearchesFn` function of `/lib/stores/search.js` computes the `key` for recent searches by converting the word to lowercase and replacing spaces with hyphens. This can be improved...

good first issue
:arrow_lower_right: low priority

The third iteration of the auth feature should focus on enhancing the OAuth flow and adding a signout/disconnect feature. This is a follow up to the initial iterations... - First...

:sparkles: enhancement
:arrow_upper_right: medium priority