ispyb / py-ispyb

ISPyB backend server based on FastAPI
GNU Lesser General Public License v3.0
12 stars 14 forks source link

Prefix filters based on their type #216

Open stufisher opened 1 year ago

stufisher commented 1 year ago

Currently pyisby.filters exports a bunch of Query parameter variables.

def proposalId
def sessionId
....

We could prefix these with query to be clear what they represent. Or we can assume they are query parameters, and prefix new methods

def pathProposalId
...