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
Queries for events collection
x* == collection x
clubs* -> club id -> events *-> add doc
clubs* -> club id -> events* -> event id -> get attendance ()
clubs* -> club id -> events* -> event id -> add attendance(array of UIDs) clubs* -> club id -> students* -> arrayOfUIDs-> appendArray(event event ID)
clubs* -> every club -> students* -> student uid -> take(events list) -> events -> events list -> take(details)
clubs* -> club id -> events* -> event id -> appendArray(student uid) clubs* -> club id -> students -> student id -> appendArray(event id)
clubs* -> club id -> events* -> event id -> removeArray(student uid) clubs* -> club id -> students -> student id -> removeArray(event id)
The text was updated successfully, but these errors were encountered:
lets test secret evs #12
a82cf85
JayeshVP24
No branches or pull requests
Queries for events collection
x* == collection x
The text was updated successfully, but these errors were encountered: