-
Notifications
You must be signed in to change notification settings - Fork 22
For next version is it possible to split main page into three access pages #59
Comments
Hey Antony. Thats a good idea and i've already started something similar It will be nice if you can share your changes with me, so maybe i can |
hi Alex. also i used one menu fits all, placed it down the left side column.. and a few other tweaks.. I really simplified it, i also removed the publish function and feed.php and the alltasks tab is my first tab and the add lists is my last tab, they are both unsortable.. I am busy on two other projects at the moment, but i am almost done with the todo .. I am just bussy splitting the users privlege pages... I also removed the Read only or public tasks.. for my use it made no sense . I only have admin and read/write access.. I should be done by monday late afternoon.. i got the weekend to play with it some more.. Let me know.. Best regards |
Hey Antony, how is your work going? Do you want to share your changes? |
Hi guys.. I'd like to check out antonyf's changes as well. Looks like there's some good suggestions in there and I'd like to see how he simplified things. |
Hi.. Sorry for the delay response.. I don't know why but i suddenly got loads of extra clients.. (not complaining though).. OK! my updates are almost completed. Basically the way i have edited the todo is as follows: It loads the -1 list(everything), there after everything is dom manipulated.. I added some extra "rel's" and "Classes" to achieve this.. The result is a super fast to do list.. i have all the feature that the existing todo has, like independent lists will show notify, show/hide complete, delete complete for specific lists etc etc etc .. I will say i did learn lots new things from the code, I have enjoyed this project and the original script is great and very correctly written both in php and html and JavaScript. The code is done by the book.. I just shortened it a bit.. the last few things to do are: i will give my version to Alex to do as he pleases with it.. However if you want to stick to the original script would suggest taking my code over as needed.. I also removed the language files :( and made everything english.. Why i did this?? all the heading and etc etc etc are all standard english, and the google translator is very apt in any language.. As I'm including this into my own sight project, i already have Google translator incorporated.. You can either put the several files back! or include a version of google translator script.. One more thing i included tinysort.js the sorting is all done in the dom now instantly.. I reduced all the calls to the DB.. and where possible all the callbacks too.. Mostly only errors (if any) I have some time now for the next day or so.. I am getting on the script now.. Maybe today still or tomorrow ill have it done.. regards.. |
Update: Its nearly complete. I have just several functions to rewrite, i also just finished the user mark-up.. I converted the user system into a: multi signup and admin app.. So everybody can run their own todo, as-well as their own user groups.. I did see it was a request somewhere too? (i still have to add the "ORNOT" option somewhere.) just finalizing a few things now and then i can pass it on to Alex for ??? |
Hey, sounds very nice! Maybe i can use your changes for a whole new version of yourTinTodo. I thought about starting from scratch as the structure and most of the code is old and not like i would write it. So i'm very excited of seeing your version. |
Hi Alex.. its not long now.. Its my days mission to complete it today.. I've allocated the entire day to finishing it.. Yes! I thought the code was old school too, But very well written.. Although there were too many unnecessary functions for functions.. and database callbacks.. and ajax.. ill post you later.. |
Looking forward to seeing this build. |
Hi Antony, the screenshots look really nice. We can also test it if the new versio is somewhat "responsive", so it can be viewed nicely on clients with less screen space. |
Did anyone ever get the code to preview? |
As i know he his still working on it. |
Sorry for the long delay.. (can i just say! i was organising international papers all week! (home-affairs)). I'm completing the last functions now.. I am making php handle all of the following: (Using php there is no need to show the below information or have it exposed, it is all done server side)
before the info is loaded.. I managed to remove massive chunks of Javascript and also reduced the php by many lines.. as well as removed many functions from both javascript and php.. im on the last steps now.. just a bit more patience |
I think im done.. here are some more screens of the current version i worked on... i can add more params for (appointments, email reminders, phone calls etc etc etc.. ), I can also attach reminders to users emails, everything is just a quick tweak now.. I just still have to add a registration function for a standalone version .. |
Hey Antony, what the current status of your work? |
Hi Alex. You wont believe it. My now ex-girlfriend spilled a glass of water on my open laptop. It fried my hard drive, i lost everything.. I only got a new laptop last week i spent all this time customizing it. i used xamp to create the version above. I do have my version that i implemented into my website, but its way more simple then shown above.. What i will do when im up to it is pass you the code to save the settings in the DB instead, And also the fix to make it a multi-user system.. I don't think ill tackle it again, for awhile at least.. |
You should have committed the code as a fork here on git. 👎 |
Hey Antony, i'm sorry to hear that. But the live will go on, its just a peace of Alex 2013/7/9 antonyf [email protected]
|
I integrated this script into my own sight. I changed most of the coding and gave it a bootstrap template. I removed most of the functions and reduced the Ajax calls to the database. I found there was too much unnecessary code in the script and for me too.. While i was busy with this i Realized that the Single index.php page carries all the code for all user types.. IE: admin, read/write, readonly..
Could the future version not have three pages instead: administrator.php readwrite.php and readonly.php (as example only). useful for sight integration makes it easy to apply ones own internal user system.. (Just an observation..)
regards Antony
The text was updated successfully, but these errors were encountered: