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
Description
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 toequipment_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