We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per API docs create faculty body contains id, name https://dyte-hiring-docs.pages.dev/#/operations/post-admin-faculty
create faculty
id, name
The testing module only passes name.
name
vit-hiring-2023-phase1-test/main.py
Line 58 in f01f3cb
So should name be made the primary key upon which searching can be done, as this is being used in the entire testing module to search faculty?
The text was updated successfully, but these errors were encountered:
I am temporarily creating faculties like this to improve testing.
Sorry, something went wrong.
No branches or pull requests
As per API docs
create faculty
body containsid, name
https://dyte-hiring-docs.pages.dev/#/operations/post-admin-faculty
The testing module only passes
name
.vit-hiring-2023-phase1-test/main.py
Line 58 in f01f3cb
So should
name
be made the primary key upon which searching can be done, as this is being used in the entire testing module to search faculty?The text was updated successfully, but these errors were encountered: