jupyter-scheduler
jupyter-scheduler copied to clipboard
tracking issue: renaming suggestions
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.
JobsViewenum. Should be renamed to something more semantically accurate as it includes views for job definitions as well.JobsModel. Should be renamed toBaseModelorSchedulerModelper above.JobsModel.jobsView=>JobsModel.view.