java-design-patterns-vuepress-web icon indicating copy to clipboard operation
java-design-patterns-vuepress-web copied to clipboard

Next generation website for Java Design Patterns

Results 12 java-design-patterns-vuepress-web issues
Sort by recently updated
recently updated
newest added

``` public static void bubbleSort(int[] arr) { var lastIndex = arr.length - 1; for(var j = 0; j < lastIndex; j++) { for(var i = 0; i < lastIndex -...

type: bug
info: help wanted
resolution: won't fix
epic: snippet

Each pattern should have a link that points to the code in https://github.com/iluwatar/java-design-patterns repository

type: enhancement
info: help wanted
epic: pattern
priority: normal

We need help with the Chinese translation of the website. - [x] translate navigation texts to Chinese (patterns, principles, snippets) in `config.js` - [x] translate the front page to Chinese...

info: help wanted
info: good first issue
priority: normal
type: support

https://java-design-patterns.com/patterns/model-view-viewmodel/#tutorials

type: bug
epic: website

when I reader the specific design pattern,I hope some can support the Feature. sorry,I am not familar with HTML,so I can't do this

info: help wanted
type: feature
epic: website

At the moment, the pattern list page is a simple list of patterns. It would be nice to show all the categories and tags as well to make the browsing...

info: help wanted
type: feature
epic: website

The Korean website is missing a couple of translations to make it complete. Acceptance criteria - Programming principles translated to Korean https://github.com/iluwatar/programming-principles/issues/9 - 30 seconds of Java translated to Korean...

info: help wanted
epic: snippet
epic: principle
type: feature
epic: website

Github's instructions: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors

info: help wanted
info: good first issue
epic: developer wiki
priority: low
type: docs

Add Turkish language support to the website. Acceptance criteria - Turkish can be selected from the language menu - The available Turkish content is shown on the website

info: help wanted
priority: normal
type: feature
epic: website

Optimize the website so that it plays well with the search engines.

epic: performance
priority: normal
type: feature
epic: website