Implementing Functions #110
TelloViz
started this conversation in
Show and tell
Replies: 1 comment
Front End Functions
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Function Implementation
After we finished implementing the skeleton classes, we moved on to implementing the functions within them. A few are finished, and a few in progress still.
Functions Implemented:
Backend.all_sets() -> list[Set]Written by Christian
Backend.construct_query(self, query_data: list[tuple[str, str, str]]) -> strWritten by Josh
BackendController.request_sets_retrieve(self)Written by Christian
request_search(self, params: list[tuple[str, str, str]])Written by Josh
This function is periodically updated to accommodate more data needed by upgrades to the front end.
handle_sets_retrieve(self) -> list[Set]:Written by Batu
All reactions