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

Changed search system to keyset-based #212

Merged
merged 24 commits into from
May 24, 2022
Merged

Conversation

BrunoRosendo
Copy link
Member

@BrunoRosendo BrunoRosendo commented Mar 1, 2022

closes #129

The new package base64url is capable of encoding a token in a way that's safe to write in a URL

@BrunoRosendo BrunoRosendo added this to the MVP milestone Mar 1, 2022
@BrunoRosendo BrunoRosendo force-pushed the feature/keysetSearch branch 3 times, most recently from e2d8862 to 2b4dfd3 Compare March 5, 2022 02:08
@BrunoRosendo BrunoRosendo marked this pull request as ready for review March 5, 2022 02:08
Naapperas
Naapperas previously approved these changes Mar 6, 2022
src/api/middleware/validators/offer.js Outdated Show resolved Hide resolved
src/models/Offer.js Outdated Show resolved Hide resolved
src/models/Offer.js Outdated Show resolved Hide resolved
src/api/middleware/validators/offer.js Outdated Show resolved Hide resolved
src/api/middleware/validators/offer.js Outdated Show resolved Hide resolved
src/api/middleware/validators/offer.js Outdated Show resolved Hide resolved
src/services/offer.js Show resolved Hide resolved
package.json Show resolved Hide resolved
src/services/offer.js Outdated Show resolved Hide resolved
src/services/offer.js Outdated Show resolved Hide resolved
src/services/offer.js Outdated Show resolved Hide resolved
@imnotteixeira
Copy link
Collaborator

@BrunoRosendo please update the route function, the comment is outdated here

https://github.com/NIAEFEUP/nijobs-be/blob/develop/src/api/routes/offer.js#L22-L25

also, we should rename the variable, since the new .get function no longer returns offers only (also the token now)

https://github.com/NIAEFEUP/nijobs-be/blob/develop/src/api/routes/offer.js#L28

@DoStini DoStini marked this pull request as draft April 6, 2022 16:41
@TiagooGomess
Copy link
Contributor

TiagooGomess commented May 19, 2022

@BrunoRosendo NIAEFEUP/nijobs-fe#172 is ready, is this also ready? When we merge these, we need to do it at the same time.

@BrunoRosendo
Copy link
Member Author

@BrunoRosendo NIAEFEUP/nijobs-fe#172 is ready, is this also ready? When we merge these, we need to do it at the same time.

Yes, let's merge them!

@BrunoRosendo BrunoRosendo force-pushed the feature/keysetSearch branch from 91accbb to 7477941 Compare May 20, 2022 16:58
@BrunoRosendo
Copy link
Member Author

@imnotteixeira Could you please re-review? I can't request it, I'm not sure why

src/services/offer.js Show resolved Hide resolved
src/services/offer.js Outdated Show resolved Hide resolved
src/services/offer.js Outdated Show resolved Hide resolved
src/services/offer.js Outdated Show resolved Hide resolved
src/services/offer.js Outdated Show resolved Hide resolved
src/services/offer.js Outdated Show resolved Hide resolved
src/services/offer.js Outdated Show resolved Hide resolved
src/services/offer.js Outdated Show resolved Hide resolved
@BrunoRosendo BrunoRosendo force-pushed the feature/keysetSearch branch from 129f8e0 to a2751ae Compare May 22, 2022 23:07
imnotteixeira
imnotteixeira previously approved these changes May 24, 2022
@BrunoRosendo BrunoRosendo merged commit 8584b8c into develop May 24, 2022
@BrunoRosendo BrunoRosendo deleted the feature/keysetSearch branch May 24, 2022 18:23
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.

Improve search performance
5 participants