Giter VIP home page Giter VIP logo

ingressplanner's People

Contributors

manierim avatar mrdinckleman avatar senfomat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ingressplanner's Issues

Starburst tool

(from HO):

  • choose 1 "center" portal,
  • search all portals:
    a) within a min/max distance
    b) included in selected ranges
  • link them too "center"
  • option to link "edge" vertexes

Reques for option ignore "own faction crosslink"

I am in an area that is heavily of my faction, but still want to link and field as much as I can. Love you tool, but do often run into a lot of "own faction crosslinks". Yes, I could flip them but for own faction I'm not going to in general. So I spend a lot of time removing "own faction crosslinks" from the plan. Would love a global option to say "remove any step with an on faction crosslink".

Collaboration

Hello.
I really like your instrument, thanks to him I received a large number of AP.
Therefore, I would like to offer my help in supporting this project, because I believe that the community is interested in actively implementing new features, fixing possible bugs and improving its usability.

Status and Dragables

Thanks for putting this together.
Is this the live V2 planner or V1? Are you still doing any maintaining of the project?
If this is a V2 release I may look into some of this myself and push a pull request if you are maintaining.

I've gone through the process of making a cross faction Christmas tree plan with the current online planner v2
I'd like to offer some suggestions for improvement.

I'll try to order by stress/pain/ most important.

Please add a draggables js library to the planner. Allow rows to be sorted by dragging.
This is the most painful experience for me by far. Moving a portal one row at a time once or twice isn't too bad, but when trying to resort 60+ rows, it gets rather painful. So much so I don't really want to add more links to my plan as will involve resorting. A draggables library would just make things easy without having to rehash the sorting code.

Export an intel map link.
My goal in trying out the current online planner was to make things easy for the other faction as well as ours.
Send over an ipp and be done with it. Well nope. All of them are likely going to deny any kind of iitc use just as a start. Having a function to convert the portal coordinates back to a intel map querystring would be helpful. Maybe there is and I missed it.
Could then send links out as the plan changes.
I basically parse the ipp and do this right now.

function walkround(&$v,$k,$p){
  $v = round($v,$p);
}
$url = "https://www.ingress.com/intel?z=11&pls=";
foreach($data->steps as $step){
  if($step->type=="link"){
    $comma_str = str_replace("|", ",", $step->portals);
    $coords = explode(',', $comma_str);
    array_walk($parts, 'walkround', 3);
    $qstr .= implode(",",$coords)."_";
  }
}
$url = substr($qstr, 0, -1);

Big plans might need more logic to catch query string length, haven't tested a post request.
$url's missing the home coords as well ll=? First portal coords?

Allow for faction selection
Not a huge deal, but it would be nice to be able to change the faction
Our tree plan is half green , half blue it would be nice to have the right descriptions when planned by the opposite team., (use jarvis, etc). This might be more of a headache being in the same plan but would be handy for doing Xfac plans.

"Caching" portal data to the ipp, or ippx?
encode the portal name and thumb into and extended ippx? saving on having to reload every time the plan is reopened? I could see a slight terms issue data storage issue there, but would sure make sending and reloading plans much more user friendly.
The ipp wouldn't exactly be pretty to lookat with the encoded images, but it'd work and be fairly simple to add?

Steps tab

hi. first of all thanks for the awesome planning helper.
however as of today i cannot see the steps tab working. no steps added and just an X in the planning tab.

Is this a known issue or just my google account? thanks and God bless.

ingress planner website.

hi,

I really love what you did for the community. recently the site has been offline.
is it coming back? did you abandon this project?

Ingress Planner retirement

Fellow agents,

I've no longer been an active agent in Ingress since many years ago. I kept doing some occasional Intel support to field agents, but that too ended months ago.

So my involvement with the Ingress "playing" community is almost zero now.

On December 17th, 2020 the ingressplanner.net domain will expire and I will not renew it.

This repository will remain up and public if anybody wants to run its own fork.

I'm also available to transfer the ownership of both the domain and the repository if anybody would be interested in taking up them.

More periodic saves

I've had a few times when I've been working on a plan and then my browser will mess up and when I go back I am half and hour to an hour back from where I started. So more frequent saves (or an optio to set how often to save) would be great.

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.