Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
  • View Start API should insert the row only if the row not exists.

  • View Update and End API should update the row only if the row exists.

...

V1 vs V2 APIs:

We will create a version column for course_batch table and update the default value (1) for all the existing rows.

  • New batches creation will set the version as 2.

  • If the batch version is 2, it uses v2 API endpoints from viewing-service.

  • If the batch version not exists or 1, it uses the existing API endpoint.

API Spec

Content View Start

...