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

Create tests for ride-hailing/MessageParams using jest. #32

Closed
9 tasks
haialaluf opened this issue Sep 5, 2018 · 11 comments
Closed
9 tasks

Create tests for ride-hailing/MessageParams using jest. #32

haialaluf opened this issue Sep 5, 2018 · 11 comments

Comments

@haialaluf
Copy link
Contributor

haialaluf commented Sep 5, 2018

first-timers-only

This issue is tagged :octocat: 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 ride-hailing/MessageParams 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

  • Make sure this issue is labeled up-for-grabs and not labeled claimed, to verify no one else is working on it.
  • Comment in this issue that you would like to do it.
  • Open dav-js GitHub page and click the ★ Star and then ⑂ Fork buttons.
  • Clone a copy to your local machine with $ git clone git@github.com:YOUR-GITHUB-USER-NAME/dav-js.git
  • Code Code Code
  • Once you've made sure all your changes work correctly and committed all your changes, push your local changes back to github with $ git push -u origin master
  • Visit your fork on GitHub.com (https://github.com/YOUR-USER-NAME/dav-js) and create a pull request for your changes.
  • Make sure your pull request describes exactly what you changed and references this issue (include the issue number in the title like this: #7)
  • Please do not fix more than one issue at a time. Your pull request should only fix what is described in this issue.

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 😄

@sallen2
Copy link

sallen2 commented Sep 7, 2018

Hello, I would like to work on this issue for you guys!

@srfrnk
Copy link
Contributor

srfrnk commented Sep 8, 2018

Thanks sallen2. It's yours.

@TalAter TalAter changed the title Create tests for ride-hailind/MessageParams using jest. Create tests for ride-hailing/MessageParams using jest. Oct 2, 2018
@TalAter
Copy link
Member

TalAter commented Oct 2, 2018

@sallen2 Are you still interested in doing this one?

@Aliciawyse
Copy link
Contributor

Aliciawyse commented Oct 6, 2018

I can do it! I think it'll be good practice to do another. :-)

@sallen2
Copy link

sallen2 commented Oct 6, 2018 via email

@TalAter
Copy link
Member

TalAter commented Oct 7, 2018

No problem @sallen2 . We have plenty of other issues once you are ready.

Go for it @Aliciawyse !

@jmarkham828
Copy link

I see this is still open – is anyone still working on it? I'd love to get this done for you!

@mariolo1985
Copy link
Contributor

Hi @jmarkham828 thanks for the interest, let me check.

@Aliciawyse Are you working on this test?

@Aliciawyse
Copy link
Contributor

Aliciawyse commented Jan 19, 2019

Whoops, please take it!

@mariolo1985
Copy link
Contributor

@jmarkham828 this one is all yours 👍

@mariolo1985
Copy link
Contributor

@jmarkham828 my mistake. After looking over the repo, ride-hailing/MessageParams already have tests created. The changes were merged in this pull request (#94) which is for tests to be created for drone-charging/MessageParams and it is still available. Would you be interested in issue #94?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants