ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Bluetooth communication without hardcoded strings #196

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

User story

As a developer I want to send data objects instead of raw strings over the network so that my types are type-safe and extensible

What

This issue demands to replace the strings that are send over the network by appropriate data classes

Why

This issue is needed for the project because the current approach is type-unsafe and inextensible

How

This feature can be added by replacing the strings that are send over the network by appropriate data classes

Definition of ready

This features is not ready until the following issues are finished:

Definition of done

This task can be considered done when

Notes