UoaWDCC / aeyb-monitor

7 stars 0 forks source link

naming conventions for backend endpoint methods #172

Open chrisv09 opened 1 year ago

chrisv09 commented 1 year ago

for all GET request the method names should start with "get..." or "fetch" for all PATCH request the method names should start with "modify..." or "upate..." => we need to choose one convention and follow across the entire application (use SOFTENG 283 knowledge) Image