Skip to content

Commit

Permalink
change data fields
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmanAsh committed Jul 10, 2024
1 parent 9fba816 commit 5dab9d0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
12 changes: 6 additions & 6 deletions api/fixtures/agreement_signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
"model": "api.agreementsignature",
"pk": 1,
"fields": {
"contributor": 111111,
"agreement_id": "g3d3d3s8dgd3vc37",
"contributor": 1,
"agreement_id": "g3d3d3s8dgd3vc37232fef32232df3f3f31fgawf",
"signed_at": "2024-01-02T12:00:00Z"
}
},
{
"model": "api.agreementsignature",
"pk": 2,
"fields": {
"contributor": 222222,
"agreement_id": "g3d3d3s8dgd3vc37",
"contributor": 2,
"agreement_id": "g3d3d3s8dgd43vc37232fef0898df3f3f31fgawf",
"signed_at": "2024-01-02T12:00:00Z"
}
},
{
"model": "api.agreementsignature",
"pk": 3,
"fields": {
"contributor": 333333,
"agreement_id": "g3d3d3s8dgd3vc37",
"contributor": 3,
"agreement_id": "g379tuehr8dgd43vc37232fef0898df3f3f31fga",
"signed_at": "2024-01-02T12:00:00Z"
}
}
Expand Down
6 changes: 3 additions & 3 deletions api/fixtures/contributors.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"model": "api.contributor",
"pk": 111111,
"pk": 1,
"fields": {
"email": "[email protected]",
"name": "contributor1",
Expand All @@ -12,7 +12,7 @@
},
{
"model": "api.contributor",
"pk": 222222,
"pk": 2,
"fields": {
"email": "[email protected]",
"name": "contributor2",
Expand All @@ -23,7 +23,7 @@
},
{
"model": "api.contributor",
"pk": 333333,
"pk": 3,
"fields": {
"email": "[email protected]",
"name": "contributor3",
Expand Down
25 changes: 13 additions & 12 deletions api/fixtures/repositories.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
[
{
"model": "api.repository",
"pk": 111,
"pk": 1,
"fields": {
"contributor": 111111,
"name": "rr",
"points": 10
"contributor": 1,
"points": 10,
"gh_id": "10274252"
}
},
{
"model": "api.repository",
"pk": 222,
"pk": 2,
"fields": {
"contributor": 222222,
"name": "rr",
"points": 20
"contributor": 2,
"points": 20,
"gh_id": "102097552"

}
},
{
"model": "api.repository",
"pk": 333,
"pk": 3,
"fields": {
"contributor": 333333,
"name": "rr",
"points": 30
"contributor": 3,
"points": 30,
"gh_id": "890732552"
}
}
]

0 comments on commit 5dab9d0

Please sign in to comment.