Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobehling authored Aug 26, 2019
1 parent 9ae5adf commit 82b1925
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please join us on the following channels:
* [Mailing List](https://groups.google.com/forum/#!forum/pslab-fossasia)

# Project Overview
Currently the following components have been implemented and tested:
A number of instruments have already been implemented.

### 1. User Interface
The UI has been desgined to match the existing android app so that the user does not have to invest time on understanding the desktop app from scratch.
Expand Down Expand Up @@ -55,10 +55,8 @@ A neat UI that can be used to program four servo motors ( placed in a robotic ar
Data can be captured and saved in a CSV file. We also have a playback feature in place that lets the user replay the data from the CSV file.
<img src="./docs/images/data_logger.jpg" width="700px"/>

# How to Contribute
Great you are interested in contributing! Please check the issue tracker for open bugs and feature requests and read the [community guidelines](https://blog.fossasia.org/open-source-developer-guide-and-best-practices-at-fossasia/) of FOSSASIA to start.
# Features and Implementation Status

# Features
| **Feature** | **Description** | **Status** |
|------------------------|-------------------------------------------------------------------|--------------------|
| Home Screen | Show status and version of PSLab device | :heavy_check_mark: |
Expand Down Expand Up @@ -93,6 +91,9 @@ The goal of the project is to provide a fully functional science application tha
* [ ] Make data logging and playback more robust
* [ ] Code refactoring and architecture improvement

# How to Contribute
Great you are interested in contributing! Please check the issue tracker for open bugs and feature requests and read the [community guidelines](https://blog.fossasia.org/open-source-developer-guide-and-best-practices-at-fossasia/) of FOSSASIA to start.

# Branch Policy

* The **development** branch holds is the standard branch of the project. PRs are merged to this branch and tested on an ongoing basis.
Expand Down

0 comments on commit 82b1925

Please sign in to comment.