jupyter-scheduler icon indicating copy to clipboard operation
jupyter-scheduler copied to clipboard

tracking issue: renaming suggestions

Open dlqqq opened this issue 3 years ago • 0 comments

There are several instances of poorly named files, functions, variables, and constants throughout our codebase that reflect earlier design decisions that were later scrapped. This should serve as a tracking issue for all the renames we would like to implement sometime in the future.

  • JobsView enum. Should be renamed to something more semantically accurate as it includes views for job definitions as well.
  • JobsModel. Should be renamed to BaseModel or SchedulerModel per above.
  • JobsModel.jobsView => JobsModel.view.

dlqqq avatar Oct 27 '22 00:10 dlqqq