Skip to content

[Bugfix] Rename RouteApi to RouteAPI #1

@EnduranceCode

Description

@EnduranceCode

Description

The RouteApi interface uses mixed-case Api (lowercase pi), while the project naming convention defined in the development guide requires all API interfaces to use the suffix API (all caps). The same convention is followed by the other API interface (DeviceTelemetryAPI).

File affected:

  • endurancetrio-app/src/main/java/com/endurancetrio/app/tracker/api/RouteApi.java
  • endurancetrio-app/src/main/java/com/endurancetrio/app/tracker/api/RouteRestController.java
    (the implements RouteApi clause must be updated to implements RouteAPI)

Acceptance Criteria

  • RouteApi.java is renamed to RouteAPI.java
  • All references to RouteApi are updated to RouteAPI, including the implements clause in RouteRestController
  • The project builds and tests pass without errors

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingconventionCode style and naming conventions

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions