Giter Club home page Giter Club logo

Comments (57)

serrq avatar serrq commented on July 26, 2024 2

That is, schedules should be automatically created for a templated task, so as not to create them manually afterwards? Right?

Right, but your app doesn’t show them until I press "Plan now". Also having a template ready not necessarily means that I want to use it; for this I need the switch on/off.

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024 1

Или вы имеете в виду вообще создать переключатель для отключения подобной задачи с повторением

For example, there is a template that repeats once a week and when the switch is turned on, schedules are automatically created for it, and when it is turned off, it is inactive. Right?

from timeplanner.

serrq avatar serrq commented on July 26, 2024 1

Или вы имеете в виду вообще создать переключатель для отключения подобной задачи с повторением

For example, there is a template that repeats once a week and when the switch is turned on, schedules are automatically created for it, and when it is turned off, it is inactive. Right?

Right.

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024 1

To avoid unexpected behaviors of the app, "broadcast ON" will fill the planner for a maximum of one hundred days (ahead) the current date (recurring events).

This will prevent the app from filling the calendar for the eternity.

Does the app need a refresh button (somewhere) to calculate new commitments every day or do you have a trick to make it updated automatically?

In any case, a manual refresh button might be useful (to force the creation of new commitments if scheduled).

What do you think about it?

When the template is active, the application creates notifications at the right time sequentially, that is, when you receive a notification, the next one is already created. In turn, tasks along with the schedule are created when the user presses on a certain date, this method avoids unnecessary overflows

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024 1

If I have a daily recurring event, what would the behavior of the app be if first I enable "broadcast" (ON) then disable it (OFF)?

Does the app delete scheduled all occurrences previously created or just stop creating the new ones?

Actually, we should be in control over both things.

If you disable the template, then subsequent scheduling will not occur, and template tasks that were created in advance will be deleted. The next time they are enabled, they will be re-added if they do not conflict with other tasks.

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024 1

Ready! https://github.com/v1tzor/TimePlanner/releases/tag/0.7.0

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024 1

Please add a regular XEC address I send a new donation (too much happy for this update).

Okey, just a second, thank you very much

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024 1

image

Right?

XEC(BEP20): 0x4cAfa6De0D1968cA8C2a7aB06CE28d0A1aD2C7b9

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024 1

No. Install Unstoppable Wallet. Trust Wallet doesn't have the native XEC blockchain.

Just an example of eCash (XEC) native address:

ecash:qp3v6hy74n9u4nsmt5w37wqav92p5ux6dus06ay3ae

The ecash: handle is mandatory!

Okay, I'll try it now

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024 1

image

from timeplanner.

serrq avatar serrq commented on July 26, 2024 1

XEC > SEND > Settings (icon)

1000040512

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024 1

The transaction is over, everything is fine!

from timeplanner.

serrq avatar serrq commented on July 26, 2024 1

Add the new regular XEC address to About section next version.

If you want you can throw away the 0x... one.

from timeplanner.

serrq avatar serrq commented on July 26, 2024 1

I want to give it a try: I want to understand if the same XEC address is usable more than one time. Keep an eye on the transactions history. I send a paltry sum to the same address as before.

from timeplanner.

serrq avatar serrq commented on July 26, 2024 1

Okay. So this works properly:

ecash:qpvd6q2rzt52k4flx4ux90uwnp8cd6na2ql06w6jzz

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

Do you mean automatic repeat? This feature is already implemented in the application after you create a template, or what do you mean by a "live" task

from timeplanner.

serrq avatar serrq commented on July 26, 2024

It already exists but it is "always on". I want the possibility to on/off the automatic add in the planner. If I put ON the switch, tasks have to appear in the planner without any manual action.

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

That is, schedules should be automatically created for a templated task, so as not to create them manually afterwards? Right?

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

That is, schedules should be automatically created for a templated task, so as not to create them manually afterwards? Right?

Right, but your app doesn’t show them until I press "Plan now". Also having a template ready not necessarily means that I want to use it; for this I need the switch on/off.

I will try to implement

from timeplanner.

serrq avatar serrq commented on July 26, 2024

In my idea the template can be turned off or on through the "broadcast" switch. When the template is "broadcast ON" the app performs what is written inside the template. Then the app broadcasts the task in the planner automatically.

Let me know if we understand each other.

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

As I understand it, I will need to add a switch that is responsible for the schedule creation mode for the task: manual and automatic?

from timeplanner.

serrq avatar serrq commented on July 26, 2024

Mmm I think only automatic. Manually implies adding another switch (auto/manual). What could it serving? Miss I something?

from timeplanner.

serrq avatar serrq commented on July 26, 2024

You mean plan task once (manually)?

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

Manually means you need to click on "Plan now" to create a schedule and a task in it

from timeplanner.

serrq avatar serrq commented on July 26, 2024

Manually means you need to click on "Plan now" to create a schedule and a task in it

Okay. So two switches?

• Automatic / Manually
• Broadcast on/off

"Broadcast" only run in automatic mode, right?

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

Or do you mean in general to create a switch to disable a similar task with repetition

from timeplanner.

serrq avatar serrq commented on July 26, 2024

Broadcast switch only turns off and turns on the automatic planning. It does nothing else.

from timeplanner.

serrq avatar serrq commented on July 26, 2024

To avoid unexpected behaviors of the app, "broadcast ON" will fill the planner for a maximum of one hundred days (ahead) the current date (recurring events).

This will prevent the app from filling the calendar for the eternity.

Does the app need a refresh button (somewhere) to calculate new commitments every day or do you have a trick to make it updated automatically?

In any case, a manual refresh button might be useful (to force the creation of new commitments if scheduled).

What do you think about it?

from timeplanner.

serrq avatar serrq commented on July 26, 2024

If I have a daily recurring event, what would the behavior of the app be if first I enable "broadcast" (ON) then disable it (OFF)?

Does the app delete scheduled all occurrences previously created or just stop creating the new ones?

Actually, we should be in control over both things.

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

The application is already ready, I am now completing preliminary testing and will be releasing a new version already. If you suddenly notice any bugs in the application, please let us know

from timeplanner.

serrq avatar serrq commented on July 26, 2024

You mean ready in Github? I installed the fdroid one.

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

Yes, on github in the near future, I will write to you when it will be possible to download

from timeplanner.

serrq avatar serrq commented on July 26, 2024

Is it compatible with the fdroid one? Or I have to unistall before the fdroid one in order to install the Github one?

I prefer the fdroid way (in normal situation).

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

Is it compatible with the fdroid one? Or I have to unistall before the fdroid one in order to install the Github one?

I prefer the fdroid way (in normal situation).

Yes, it is compatible, just a new version of the application will appear on the fdroid only after a certain time when the service updates the data. The apk file is the same in both cases

from timeplanner.

serrq avatar serrq commented on July 26, 2024

Amazing update!

1000040500

from timeplanner.

serrq avatar serrq commented on July 26, 2024

Might you extend (in next version) the "remember the choice made" to Analytics too?

1000040503

from timeplanner.

serrq avatar serrq commented on July 26, 2024

Please add a regular XEC address I send a new donation (too much happy for this update).

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

Might you extend (in next version) the "remember the choice made" to Analytics too?

1000040503

Yes, it will be possible to do.

I tried to make categories of text in 2 lines, but it turns out not very nice, + due to some limitations of the system design, if there are a lot of such elements, then the graph does not expand, so I had to leave it as it is, sorry

from timeplanner.

serrq avatar serrq commented on July 26, 2024

Extreme solution. What do you think?

1000040506

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

image

Right?

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

Extreme solution. What do you think?

1000040506

It will be possible to try

from timeplanner.

serrq avatar serrq commented on July 26, 2024

No. Install Unstoppable Wallet. Trust Wallet doesn't have the native XEC blockchain.

Just an example of eCash (XEC) native address:

ecash:qp3v6hy74n9u4nsmt5w37wqav92p5ux6dus06ay3ae

The ecash: handle is mandatory!

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

ecash: qpvd6q2rzt52k4flx4ux90uwnp8cd6na2ql06w6jzz

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

ecash: qpvd6q2rzt52k4flx4ux90uwnp8cd6na2ql06w6jzz

This is from the app: Unstoppable - Bitcoin & Crypto Wallet

from timeplanner.

serrq avatar serrq commented on July 26, 2024

Pay attention how to write the address: no spaces in the string!

ecash:qpvd6q2rzt52k4flx4ux90uwnp8cd6na2ql06w6jzz

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

Sorry

ecash:qqc0k95nfhkseel9p4avz5jwk6s4vum7rceegten5x

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

image

from timeplanner.

serrq avatar serrq commented on July 26, 2024

1000040509

from timeplanner.

serrq avatar serrq commented on July 26, 2024

I wrong address?!? Do you see the incoming payment in transactions history (UW)?

from timeplanner.

serrq avatar serrq commented on July 26, 2024

XEC is slower than TRX.

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

It seems to have come. But how is this possible, I copied the address from the same place 2 times

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

image

Thank you very much!

from timeplanner.

serrq avatar serrq commented on July 26, 2024

It seems to have come. But how is this possible, I copied the address from the same place 2 times

Because the Bitcoin-like chains have multiple receiving addresses (this is a mathematical trick I guess). I am not sure.

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

It seems to have come. But how is this possible, I copied the address from the same place 2 times

Because the Bitcoin-like coins have multiple addresses (this is a mathematical trick I guess). I am not sure.

Okay, I get it. It's just that I'm new to the field of cryptocurrencies and therefore still understand all this

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

The transfer has arrived

from timeplanner.

serrq avatar serrq commented on July 26, 2024

Sent. It seems run properly. Can you confirm that see something?

from timeplanner.

v1tzor avatar v1tzor commented on July 26, 2024

image

from timeplanner.

Related Issues (20)

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.