Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #5: HR Position Finder Application

ToniZheng
Meteoroid

shows output as well

shrestha_nitesh
Asteroid
Spoiler
Challenge 5 Screenshot 2023-11-23 115811.png

gcampbell249
Meteor
Spoiler
Screenshot 2023-11-27 124939.png
StevenP
Asteroid

My Solution:

Spoiler
image.png
BrianJohnson
Asteroid

Your solution was much more elegant.  I attempted to allow the drop-down list to update based on the input.  Please see attached.

Rob-Silk
Asteroid

My solution below:

 

Note - I did have to update the default value in the "Position number you are searching for" TextInput as it was set to 3333 instead of 33333, and the solution I had implemented needed an exact match on the Position Number to work (obviously this would have been fine with the dropdown when working as an analytic app)

 

Spoiler
challenge_5_RS_screencap.PNG
B_SarkadiNagy
Meteoroid
Spoiler
2023-12-05_18h54_55.png
Aratryn
Meteor

solution

asultanov
Asteroid

Good app practice.

ckoo22
Asteroid

My solution!