I'm submitting a ... (check one with "x")
Current behavior:
Right now there are some duplicate endpoints that have arisen. Need to check and refactor them to avoid same endpoints refering to different views.
@SaptakS @shubham-padia Lets do this after most of the basic APIs are done?
@magdalenesuo I agree with you because there might come up more refactoring issues. So better we do it after all APIs are done in a basic format.
Along with this, we also need to update the related endpoints. Generally they are using id as keys in endpoints while they should be in format model_id like event_id, session_id, etc. This needs to be fixed so that proper utilization of these can be done in different methods.
@poush this is done or is anything pending here ?
This seems to be done