openedx / openedx-learning

GNU Affero General Public License v3.0
5 stars 11 forks source link

refactor: create_next_version -> create_next_component_version #215

Closed ormsbee closed 3 months ago

ormsbee commented 3 months ago

Since the authoring apps now have their APIs aggregated into the public openedx_learning.api.authoring module, create_next_version will be ambiguous as soon as we create other versioned things like Units.

I'm including an alias to give more flexibility for switching edx-platform over.

ormsbee commented 3 months ago

@kdmccormick: Ah, good point. I'll change the commit message.