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

Add the ability to share a plan #32

Open
Greg-Boggs opened this issue Nov 23, 2022 · 3 comments
Open

Add the ability to share a plan #32

Greg-Boggs opened this issue Nov 23, 2022 · 3 comments

Comments

@Greg-Boggs
Copy link

Greg-Boggs commented Nov 23, 2022

The URL should be able to store all the info needed to generate a plan... hopefully. Similar to this:

https://github.com/jstrieb/urlpages

This way, I could share my plan with my regiment without having to teach them to upload the json file to the planner.

@Romboter
Copy link
Contributor

Interesting concept, the url length can become excessive if it was done as urlpages does it, but if on the other hand it was done the way another project linked on urlpages readme does, itty.bitty the json data could be compressed and put into a sharable url that when visited just opens the plan.

itty.bitty compressed the 8089 ch's of the new buildings json to 1846, pretty impressive.

Very interesting.

@Romboter
Copy link
Contributor

Continuing on this topic here is another very interesting project, JSON-url, as I know this project prefers sticking with JS as much as possible.
Its a little more straight forward for usage, it was able to compress the same json file referenced above to 1716 using LZMA, so slightly more compression than itty.bitty using the same algo lol

@jimdcunningham
Copy link
Collaborator

Perfect, I'm pleased you found that! It looks great. 👀

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

No branches or pull requests

3 participants