Closed TalAter closed 6 years ago
@TalAter, Can I look into this?
@sark01 go ahead!
Hi @TalAter, I have updated the parameters but seem to be facing some sort of a linting issue.
I get the following error message:
Failed to lint: /home/sark01/Desktop/git/dav-js/src/ride-hailing/NeedFilterParams.test.ts [16, 3]: statements are not aligned.
Could you please help.
Can you upload the code of that file to a gist?
@TalAter, I've uploaded the code, here is the link.
https://gist.github.com/sark01/3567a4c6e787e295f40dea382e9e3b37
I have submitted a PR for it, I managed to fix the linting issue.
Nice work on powering through those lint issues @sark01!
how did you make that gif??
I usually record and edit the videos using ScreenFlow, which can export to gif. Mac only (afaik), and paid, but I love it.
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 :heart:
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 repo contains the DAV JavaScript SDK. This SDK allows developers to build applications and servers that connect to the DAV network. For example, allowing a drone to find charging stations, or an autonomous car to ask for traffic data.
How you can help
In order to foster a community that is welcoming for open source contributions, it is important for us to have good test coverage. And good tests are simple, readable tests.
Here is a good opportunity to simplify one of our tests.
The Issue
In
src/ride-hailing/NeedFilterParams.test.ts
we defined the following parameters at the beginning of thedescribe()
block.These parameters will need to accommodate additional unit tests.
Please update these parameters to be more dynamic by defining them to be mutable similar to
src/vessel-charging/MissionParams.test.ts
.After making your changes, run
npm run jest
to make sure our tests are passing.Contributing to dav-js
up-for-grabs
and not labeledclaimed
, to verify no one else is working on it.$ git clone git@github.com:YOUR-GITHUB-USER-NAME/dav-js.git
npm install
$ 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 😄