first-timers-only
This issue is tagged
first-timers-only. It is only for people who have never contributed to open source before, and are looking for an easy way take their first steps.
Consider this your chance to dip your toe into the world of open-source, and get some bragging rights for writing code that makes drones fly, lets cars find charging stations, helps people and goods get from place to place, and more.
Find more first-timers-only issues from DAV Foundation here.
Thank you for your help ❤️
What is this project?
DAV (Decentralized Autonomous Vehicles) is a new foundation working to build an open-source infrastructure for autonomous vehicles (cars, drones, trucks, robots, and all the service providers around them) to communicate and transact with each other over blockchain.
As an organization that believes in building a large community of open-source contributors, we often create issues like this one to help people take their first few steps into the world of open source.
dav-js
This SDK enabled integrating any client side JS and NodeJS code with the DAV Network.
How you can help
The Issue
Create tests for vessel-charging/messages/ProviderStatusMessageParams using jest.
You need to create tests to check that the serialize and deserialize methods work as expected.
Please use the test file for class NeedParams as a basis for your new code.
-
Function serialize in class MessageParams must return a JSON object that contains all properties defined in the MessageParams instance.
-
Function deserialize in class MessageParams receives a JSON string and must initialize all the properties of the MessageParams instance with the values in the JSON string.
messageParams1.desrialize(messageParams2.serialize()) == messageParams2 must therefore always be true.
NOTE: Some names are changed between protocol string representation of instance properties:
location is internally represented as { lat , lon } but serialized as { latitude , longitude }
- Private properties are internally prefixed with
_ but serialized without the prefix. i.e. _protocol becomes protocol
Contributing to dav-js
Asking for help
We appreciate your effort in taking the time to work on this issue and help out the open source community and the foundation. If you need any help, feel free to ask below or in our gitter channel. We are always happy to help 😄
first-timers-only
This issue is tagged
first-timers-only. It is only for people who have never contributed to open source before, and are looking for an easy way take their first steps.
Consider this your chance to dip your toe into the world of open-source, and get some bragging rights for writing code that makes drones fly, lets cars find charging stations, helps people and goods get from place to place, and more.
Find more first-timers-only issues from DAV Foundation here.
Thank you for your help ❤️
What is this project?
DAV (Decentralized Autonomous Vehicles) is a new foundation working to build an open-source infrastructure for autonomous vehicles (cars, drones, trucks, robots, and all the service providers around them) to communicate and transact with each other over blockchain.
As an organization that believes in building a large community of open-source contributors, we often create issues like this one to help people take their first few steps into the world of open source.
dav-js
This SDK enabled integrating any client side JS and NodeJS code with the DAV Network.
How you can help
The Issue
Create tests for
vessel-charging/messages/ProviderStatusMessageParamsusing jest.You need to create tests to check that the
serializeanddeserializemethods work as expected.Please use the test file for class
NeedParamsas a basis for your new code.Function
serializein classMessageParamsmust return a JSON object that contains all properties defined in theMessageParamsinstance.Function
deserializein classMessageParamsreceives a JSON string and must initialize all the properties of theMessageParamsinstance with the values in the JSON string.messageParams1.desrialize(messageParams2.serialize()) == messageParams2must therefore always be true.NOTE: Some names are changed between protocol string representation of instance properties:
locationis internally represented as{ lat , lon }but serialized as{ latitude , longitude }_but serialized without the prefix. i.e._protocolbecomesprotocolContributing to dav-js
up-for-grabsand not labeledclaimed, to verify no one else is working on it.$ git clone git@github.com:YOUR-GITHUB-USER-NAME/dav-js.git$ git push -u origin master#7)Asking for help
We appreciate your effort in taking the time to work on this issue and help out the open source community and the foundation. If you need any help, feel free to ask below or in our gitter channel. We are always happy to help 😄