Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Finish renaming Equipment Objects to Equipment Items #1081

Closed
@mnquintana

Description

@mnquintana

Related to #256, #136, sort of #553

We got most of the way to renaming Equipment Objects to Equipment Items, but not quite:

  • The route is still equipment_objects/:id
  • All the internal identifiers (class names and stuff) are still EquipmentObject(s)

We should:

  • Rename the route.
  • Add new routes for equipment_objects that redirect to equipment_items (in case any of our users have made bookmarks)
  • Decide if we want to rename EquipmentObjects internally. We probably should at this point since it seems like we've been calling them EquipmentItems pretty much exclusively lately.
    • If we do, rename them internally. (this will probably involve a new db migration)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions