You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Ian Boston (JIRA)" <ji...@apache.org> on 2008/11/05 01:26:44 UTC

[jira] Created: (SHINDIG-673) BodhyType.height and BodyType.weight are both strings, spec says numbers

BodhyType.height and BodyType.weight are both strings, spec says numbers
------------------------------------------------------------------------

                 Key: SHINDIG-673
                 URL: https://issues.apache.org/jira/browse/SHINDIG-673
             Project: Shindig
          Issue Type: Bug
          Components: RESTful API (Java)
            Reporter: Ian Boston
            Assignee: Ian Boston


The BodyType.height and BodyType.weight are specified as a
height in meters as a number and
weight in kg as a number 
in the specification.

However they are currently represented as strings, 

will convert to float.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SHINDIG-673) BodhyType.height and BodyType.weight are both strings, spec says numbers

Posted by "Ian Boston (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Boston closed SHINDIG-673.
------------------------------

    Resolution: Fixed

This is now fixed

> BodhyType.height and BodyType.weight are both strings, spec says numbers
> ------------------------------------------------------------------------
>
>                 Key: SHINDIG-673
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-673
>             Project: Shindig
>          Issue Type: Bug
>          Components: RESTful API (Java)
>            Reporter: Ian Boston
>            Assignee: Ian Boston
>
> The BodyType.height and BodyType.weight are specified as a
> height in meters as a number and
> weight in kg as a number 
> in the specification.
> However they are currently represented as strings, 
> will convert to float.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.