8000 Define new function names · Issue #160 · inbo/etn · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Define new function names #160
Closed
Closed
@peterdesmet

Description

@peterdesmet

With the extended scope of ETN, we need to come up with stable, intuitive function names. Here are some suggestions per data table:

TAGS

get_tags(scope = "")
get_acoustic_tags() + get_sensor_tags()
get_acoustic_tags() + get_adst_tags + get_dst_tags() + get_pit_tags()

ANIMALS

get_animals(scope = "")
get_acoustic_animals() + get_adst_animals() + get_dst_animals() + get_pit_animals()

RECEIVERS

get_receivers(scope = "")
get_acoustic_receivers() + get_cpod_receivers() + get_pit_receivers()

DEPLOYMENTS

get_deployments(scope = "")
get_acoustic_deployments() + get_adst_deployments() + get_cpod_deployments() + get_pit_deployments()

DETECTIONS

get_detections(scope = "")
get_acoustic_detections() + get_adst_detections() + get_pit_detections()

PROJECTS

get_projects(scope = "", type = "")
get_animal_projects(scope = "") + get_network_projects(scope = "") + get_cpod_projects()
get_acoustic_projects() + get_adst_projects() + get_dst_projects() + get_cpod_projects() + get_pit_projects() + get_network_projects()

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0