Skip to content

How to create a new type of board #481

@hadley

Description

@hadley

Start by implementing each of the following functions in order to get the basic functions of a board working:

  • Constructor
  • pin_list() and/or pin_search() depending on how many pins you expect
  • pin_exists()
  • pin_meta()
  • pin_fetch()
  • pin_versions()
  • pin_store()

Next get all of the cross-board tests working:

  • test_api_basic()
  • test_api_versioning()
  • test_api_meta()

Check test coverage, and make sure you have extra tests for any specific behaviour that this board should possess.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions