Skip to content

Add instructions to insert metric info in DB #39

Description

@snadi

Right now, the metrics table is just used to relate charts to metrics so they can be presented in the website. Thus, it wasn't documented in this repo but this causes the scripts to fail. After creating the DB, the following needs to be run in the DB:

insert into Metric(name) value("popularity");
insert into Metric(name) value("release frequency");
insert into Metric(name) value("last discussed on so");
insert into Metric(name) value("last modification date");
insert into Metric(name) value("breaking changes");
insert into Metric(name) value("issue response");
insert into Metric(name) value("issue closing");
insert into Metric(name) value("issue classification");

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions