-
Notifications
You must be signed in to change notification settings - Fork 16
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
refactor: remove instances of set and refactor to accept arrays #1047
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for findadoc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@NabbeunNabi , could I ask for a preliminary review for this PR? I believe have set instances and types from sets to arrays but came across 2 issues wanted to confirm.
|
@prestonb91 number 2 is very valid. It is definitely searching by the locale code and displaying the language. so it will only work for the first two letters. This should be updated where you can type the language but the value is the language code. If that makes sense why don't you write a separate issue for that. I will look into number 1. It definitely could be that it was fake data that duplicated the same degree twice to start |
It isn't letting me click on the line but 41 has an error. You can fix it by changing it in the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prestonb91 Great start. Just one change at the moment for how the values are spliced. They are added properly. I think the double degree was probably the autogenerated data if you hadn't clicked and updated anything
Also do not forget that when a code review is ready to also post it in slack and ping |
b7d5a00
to
97bb6d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prestonb91 ALMOST THERE! 👯♂️
…ce at index of item in selectedItems instead of selectedItemIndex
97bb6d8
to
a9b6b36
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work.
Onto @ermish
✅ Resolves #999
🔧 What changed
🧪 Testing instructions
📸 Screenshots
Before
After
Preliminary Review Request