Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sbJson projectStatus to/from ADIwg #105

Closed
stansmith907 opened this issue Aug 7, 2017 · 0 comments
Closed

sbJson projectStatus to/from ADIwg #105

stansmith907 opened this issue Aug 7, 2017 · 0 comments

Comments

@stansmith907
Copy link
Contributor

Please review the TO and FROM conversion tables to ensure proper translation.

READER > from scienceBase to ADIwg

               @progress_sb2adiwg = [
                  {sb: 'Active', iso: 'onGoing'},
                  {sb: 'Approved', iso: 'accepted'},
                  {sb: 'Completed', iso: 'completed'},
                  {sb: 'In Progress', iso: 'onGoing'},
                  {sb: 'Proposed', iso: 'proposed'}
               ]

WRITER > from ADIwg to ScienceBase

               @progress_adiwg2sb = [
                  {iso: 'accepted', sb: 'Approved'},
                  {iso: 'cancelled', sb: nil},
                  {iso: 'completed', sb: 'Completed'},
                  {iso: 'deprecated', sb: nil},
                  {iso: 'final', sb: nil},
                  {iso: 'funded', sb: nil},
                  {iso: 'historicalArchive', sb: nil},
                  {iso: 'notAccepted', sb: nil},
                  {iso: 'obsolete', sb: nil},
                  {iso: 'onGoing', sb: 'In Progress'},
                  {iso: 'pending', sb: nil},
                  {iso: 'planned', sb: nil},
                  {iso: 'proposed', sb: 'Proposed'},
                  {iso: 'required', sb: nil},
                  {iso: 'retired', sb: nil},
                  {iso: 'superseded', sb: nil},
                  {iso: 'suspended', sb: nil},
                  {iso: 'tentative', sb: nil},
                  {iso: 'underDevelopment', sb: nil},
                  {iso: 'valid', sb: nil},
                  {iso: 'withdrawn', sb: nil}
               ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant