Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Case data for FR
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsilver committed Jul 23, 2018
1 parent 225e35b commit 440653d
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions app/data/cases.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,37 @@ module.exports = [
lastAction: moment('2018-01-25 16:48'),
tribunalCentre: 'Fox Court',
requirements: 'Assisted Digital support requested',
events: [
{
id: uuid(),
date: moment('2018-05-20 13:01'),
title: 'D8 submitted',
by: 'John Smith'
},
{
id: uuid(),
date: moment('2018-07-07 13:01'),
title: 'D84 submitted',
by: 'John Smith'
},
{
id: uuid(),
date: moment('2018-07-10 13:01'),
title: 'Form A submitted',
by: 'John Smith'
},
{
id: uuid(),
date: moment('2018-08-10 13:01'),
title: 'Draft consent order submitted',
by: 'John Smith'
}
],
parties: [
{
type: 'Petitioner',
firstName: 'Thomas',
lastName: 'Jones',
firstName: 'John',
lastName: 'Smith',
representative: {
name: '',
role: '',
Expand All @@ -24,8 +50,8 @@ module.exports = [
},
{
type: 'Respondent',
firstName: 'Victoria',
lastName: 'Jones',
firstName: 'Jane',
lastName: 'Smith',
representative: {
name: '',
role: '',
Expand Down

0 comments on commit 440653d

Please sign in to comment.