Skip to content

API: functions to edit meta data #21

@andrejberg

Description

@andrejberg

Idea

API contains set of simple add_ remove_ edit_ functions.

Input of functions is always:

db_path, entry_id, **kwargs

add_ / remove_

  • entry
    • checks if entry_id is already used in DB
  • tag(tag_name)
  • group(group_name)
  • keyword(**kwargs)
    • means it works for each kw_name = kwvalue pair
    • use add_ function for edit?
  • meta_group(group_name)
  • meta_entry(group_name, **kwargs)

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIIssues at the API level

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions