Jose Valerio

Results 103 issues of Jose Valerio

I want to be able to show all applicants per stage or all applicants in the opening. This would be a scrollable beautiful dnd component that loads 25 applicant a...

🕸️ web
🖥️ api

https://cheatsheetseries.owasp.org/cheatsheets/Forgot_Password_Cheat_Sheet.html

:broom: chore

![image](https://user-images.githubusercontent.com/22891173/180674803-fada3281-9836-4eac-8d36-b79f0d673f37.png)

:bug: bug
☁️infrastructure / cloud / hosting

Definitely in the backlog once some core functionality is there - but one of the core aspects is that pretty much everything is an API. I like the trpc-like of...

📖 docs
🗃️ backlog
🕸️ web
🖥️ api

Keeping track of resources here on how to trigger lambdas on a schedule. Some of the guys over at Stedi have some solutions on twitter I believe.. The Vendia &...

:question: question / discussion / info

The idea is to search any applicant by any attribute without getting a mappings explosion due to EAV issues. I did a small test of this a while back on...

:sparkles: : feature / enhancement
🖥️ api
:mag: search
:hamburger: consumer

Due to the adjacent item, this is a simple query `questionId` and SK of begins_with(question_adjacent_stage_item) Expensive query though as we need all stage info and map through it, so consider...

:sparkles: : feature / enhancement