Share My Creation Flow - Project Management

Since 2012 when i started creating mobile apps i had always difficulties to manage the progress. So i ended up with many many TODO textfiles.

(just an example)

todo.png


I always had in mined that i need to create a Tool that will help me manage the progress even if i am not at my pc, something with a remote db so in the last month i finally started working on such a tool. So yesterday i finished it and i would like to show you what i have done.

So meet "Flow" ;)

 

Attachments

  • screenshot.png
    screenshot.png
    18.8 KB · Views: 215

ilan

Expert
Licensed User
Longtime User
Looks great Ilan!

I think that I see a B4XTable there. Which other components are you using?
Thanks Erel, i dont use a B4Xtable i created many own solutions for the UI in this project. those are the libs i am using:

1657705728119.png


if you refer to the Calendar Page then i am actually drawing everything via b4xcanvas on the monthly/weekly view and on the daily view i am using a b4x CLV.

i draw many many stuff via canvas so you can imaging how long my code is ?
i always intend to do simple project and at the end i always end up with complex one and i never understand how that could happen :oops:
i guess it is to much fun when you use b4x tools ?

EDIT: btw the dashboard page is completely drawn via canvas (nothing else is used)!
 

josejad

Expert
Licensed User
Longtime User
Amazing¡¡ I love it¡
 

ilan

Expert
Licensed User
Longtime User
but unfortunately not everyone here has the opportunity to spend $ 50
actually i did not say that i am ready to sell it, i just said that it is more realistic then 10$ for such a big project.

it is more a contribution to the B4X community

see my signature:

Free Sources: Link! (for learning purposes only)
Libs: App From | MST | Popup Menu | AppInfo | Gif Maker (B4i) | il_AudioPlayer | il_FilePicker
Full B4x Game (incl. source + tutorials): Link!
(btw. there are many more free sources in the forum of mine that are not included in those links!)

i have contributed a lot and am still contributing to the community without getting anything back. i did it as a "thank you ? " for Erel that gave us 3 of his amazing 4 products for free (b4a, b4j, b4r) and is still releasing new updates and new libraries.
 

abilio486software

Active Member
Licensed User
whoever is offering you such a low price and wants to exploit you, let that person do the programming from scratch and stop making your work miserable, which is actually very good.
 

ilan

Expert
Licensed User
Longtime User
whoever is offering you such a low price and wants to exploit you, let that person do the programming from scratch and stop making your work miserable, which is actually very good.
Thanks for your feedback, but i don't think that someone is trying to exploit me. i have many sources here that i share for free and some that are sold for a very low price. the concept of selling many copies for a low price did not work for me so I end up selling 2-3 copies for 10-15$ with the expectation of selling at least 30 copies so the work would be somehow worth but it never ends like this. this is why I believe less in this concept.
 

ilan

Expert
Licensed User
Longtime User
This is amazing and it looks like so much work. Nice one ilan
Thanks, mate ?, indeed it is a lot of work, it took me about 1 month.
it contains 9 classes and around 5000 lines of code. i started with an empty project so everything is coded from scratch.
many own solutions for the UI and it supports SQLite + MySQL remote DB.
now i use it to manage my projects and it is doing a good job :)

EDIT: i am planning to implement more stuff like CHAT function between employees, setting page, and some other cool features
 

ilan

Expert
Licensed User
Longtime User
another feature that is planned is a mobile app (b4a, b4i) that is connected to the remote db and allows show/editing of data.
maybe i will sell it as a management tool (not the source) the desktop app + mobile app. ?

how much would you pay for such a tool?
actually, before i started it i was looking for something and I was willing to pay but could not find something that suited my needs.
 

MikeH

Well-Known Member
Licensed User
Longtime User
This is really impressive, Ilan, well done :)

I especially like the coloured tabs you have put on the Cancel/Save/etc buttons - a simple and elegant solution to make it clear to the user which to click.

I noticed you have written "Inprogress" when actually I think thats two words: "In progress". That's the only tiny, positive critique I can offer. I can see you have worked very hard on this project and I hope you continue, your other ideas would go well with this.

Flow is a fascinating subject too, I've been studying it a while now: https://en.wikipedia.org/wiki/Flow_(psychology) - so, great choice of name for a project organiser :cool:
 
Top