Giter Site home page Giter Site logo

dronekit / droneshare Goto Github PK

View Code? Open in Web Editor NEW
84.0 84.0 67.0 7.57 MB

DroneShare is a shared repository of drone missions built using DroneKit-Cloud

Home Page: http://www.droneshare.com/

License: Apache License 2.0

CoffeeScript 24.44% Shell 0.45% JavaScript 56.62% HTML 13.92% CSS 4.57%

droneshare's People

Contributors

bochenski avatar carylandholt avatar geeksville avatar jason4short avatar jyounce avatar kaitlynhova avatar knalli avatar moderndegree avatar mrpollo avatar pnewhook avatar taejulee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

droneshare's Issues

"No upload" log regions

In addition to providing a way to skew the location of logfiles you don't want others to see (so people don't know where you live, etc.), it would be nice to provide a no-upload geofence.

For example, I plug in aircraft at my desk all the time, but never fly there. If I do, it's usually just a hover, so i'm not too interested in seeing logs from there.

Make a possible-input directive and use it pervasively.

The way I'm doing it is kinda yucky.

I'm changing:

<input type="text" class="form-control" ng-model="controller.record.name" placeholder="Name your vehicle here" name="name" size="20" />

Into

<input ng-show="controller.isMine()" type="text" class="form-control" ng-model="controller.record.name" placeholder="Name your vehicle here" name="name" size="20" />
<div ng-hide="controller.isMine()" >{{controller.record.name}}</div>  

The cleaner was is someday we should make a new directive <possible-input isEditible="controller.isMine()" ... /> - it should expand out to an input block if isEditable is true, or a simple div block if it is false...

Flight data rendering error

When you click on a flight on the overall flights map, the flight details are semi-obscured. Refreshing the screen fixes it.

droneshare

Flight Consolidations

It seems that flights sometimes get combined. ie: multiple waypoints, insane flight times, etc...

ie:

image

default avatar image

we need a default avatar image for users, this will help reduce conditional logic on user listings, maybe @jason4short can provide some feedback here

Terms of Service

Adding this here so that it's of public knowledge that we are aware of the missing ToS and that we are working on it

cc @geeksville

sort flights by date and show time

Right now there is no sorting order I can find and the date of the flights is not shown in my profile. Would be great to list flights in my own by "Latest" and show the dates.

make it more obvious on how to drag and drop flights

If user is logged in perhaps we should include a small drag and drop target on the top level screen. (And if they are not logged in perhaps we should include it anyways and if they drop a file ask them to log in)

(based on comment from @foobarbecue on drones-discuss)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.