-
Notifications
You must be signed in to change notification settings - Fork 1
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
Basic locations saving #1
Comments
In the issue you 'mentioned' you said that Globe should be a dedicated app. How do you expect it to integrate it with Navigator? |
@janmaslo sorry for late response.
Right now, we use Navigator for navigating through all resources, which could be created by other our apps like Shelf or Globe. Since those "creating" apps save resources as plain files, we just pick them up in Navigator. There must be no discrepancies in file format on writing and reading sides, of course. Navigator is reading side. We are going to add all resource formats into our Rust library which is already injected into Navigator and will be injected into "creating" apps as well. We might also create Android service for folders and indexing as mentioned here, which would share paths and ids data with all our apps:
|
Hi there. I dont understand sorry, this bounty its still available? Im interested in doing all the bounties you have on android, since im high skilled in this tech, would you like to contact me so i can ask questions and details about tasks and you provide me jobs? to be fair i dont trust much on gitcoin its a little buggy. I dont use telegram, can we use discord or email? I can do all the jobs in a week or two. |
@AgCaliva really sorry for late reply. We are always interested in good developers. We use Telegram for chats, but sure we can use e-mail too. Please, write me if you are interested: [email protected] |
This issue was implemented in #2 |
Cleaned up GitCoin bot's messages. Here is the bounty page: https://gitcoin.co/issue/29079 |
ARK Globe must be able to save locations into a folder (should be able to set default folder in settings).
The format is flexible. It can be JSON containing coordinates, description and maybe other metadata.
ARK Globe must be able to add coordinates by:
The input can be one of these:
In case of URL, it must be parsed and converted into numerical coordinates.
Plain text input must be validated.
User must be able to provide name and description to any location. Folder for saving the data must be possible to be configured by user. This shared component must be used for choosing it.
ARK Navigator should be able to process saved files.
The text was updated successfully, but these errors were encountered: