Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set-up guide for Windows #78

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Set-up guide for Windows #78

wants to merge 9 commits into from

Conversation

komecodes
Copy link

@komecodes komecodes commented Mar 9, 2020

Description

First timers to Open source - like myself, seem to spend a lot of time trying to figure out how to set up a project locally, this can be frustrating and take up so much time that could be used for other things. After spending hours figuring out how to set up this project myself as a newbie to Open Source, I had an idea to write a tutorial to help other newbies like myself.

I added a new markdown file (getting-started-windows.md) containing the tutorial, in the repo, so that anyone can access the tutorial in the project repo instead of visiting wordpress.

Fixes #83

@yochannah yochannah mentioned this pull request Mar 12, 2020
@komecodes komecodes changed the title I created a step-by-step tutorial with a Demo video to help First time contributors set up Set-up guide for Windows Mar 12, 2020
@komecodes
Copy link
Author

Hello @yochannah I have created and added the new file. Please review and assist to merge if satisfactory. Thank you

AdrianBZG pushed a commit that referenced this pull request Sep 3, 2020
When a user types in a dropdown, the filtering logic caused the UI to
lock up. This degraded UX massively. The issue lied with the use of
fuzzy searching.

But fuzzy searching isn't really valuable for our case. Instead, a
contextual search is more appropriate. This commit uses `flexSearch` to
conduct contextual searches.

Closes: #76
Closes: #77

Squashed commits:
* Render a customized menu list for the select dropdown
* Render a virtualized dropdown list
* Keep the main popup open after selecting an item
* Scroll the item into view is the use scrolls past it with the keyboard
* Render the entire list of available item values
* Perf: improve searching in constraint inputs with flexSearch
* Increase the amount of filter results is returned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add windows setup guide
1 participant