ZDenizYStenhaug / swe573-Project

Project repository for SWE573 - Software Development Practice
0 stars 0 forks source link

Organize routing class #47

Closed ZDenizYStenhaug closed 2 years ago

ZDenizYStenhaug commented 2 years ago

The routings and the corresponding uris must be organized. The variables in the class must be organized by first functionality (what object they serve ex. member, offer etc) and then alphabetically.

ZDenizYStenhaug commented 2 years ago

the crud operations are universal. the service specific ones have the service name in their variable names.