-
Notifications
You must be signed in to change notification settings - Fork 22
YourTinyTodo 2 #90
Comments
Like the new layout. |
What about using Laravel just for a simple REST API and build yourTinyTodo just as a JS only app? So maybe some one can create a REST API using Symfony or whatever. |
Sounds good and would give every other Dev the ability to interact with MyTinyToDo regardless of the platform. |
Looks great! |
@jniggemann a second collapsible area, so you can open the description and then the comments? @ALL Yosko wrote a very interesting comment on the website and i want to share it with you: What do you think? |
To be blunt: A simple ToDo List would be a list with Checkboxes - over! Category, Sorting, priority System - all that makes it a great todo app - yes also for Project management but also for simple Tasks you want to keep track off.... If you didn't need the priority system in MyTinyToDo you didn't have to use it. I agree that not every feature should be put into the basic App, but I see no harm in implementing systems like Tags and Comments that are optional by nature. If you feel thats too much then just make it optional by config or implement it in a way it can handle Plugins. This way you can extend the Project and get other Devs on board. |
@Omegatcu you are right, features like comments or tags are important and should be part of the basic app. I had features like the timetable in mind, its not an important feature but might be useful for some people. |
@alex-LE Or you build the Main App in PHP again. Just add composer and only use the Packages you really need. You could use JS Templates and could support Plugins without being framework specific. Of cource thats you choice you will have to make - how you want to build it and what tools to use. |
@alex-LE: I meant collapsible just like in the old version where a task could be collapsed so only the "headline" is shown... |
@jniggemann thats already working in the preview, just click on one of the headlines with the small arrow. The first task is open be default in the preview, just to show the description/comment stuff. |
Ahh, didn't get that. Cool! |
are you going to release that preview soon? so maybe other people can help you and provide pull request etc. |
Just the preview itself? Yes i can release that, maybe in a extra repo. |
Its published as a separate branch |
Thanks. will send you some PRs :-)
|
You are welcome :) |
hm tried to set it up, but all i get is Warning: require(/var/www/ytt/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/ytt/bootstrap/autoload.php on line 17 |
ok, problem solved, pull requests are coming soon :-) |
Hi guys, i've decided to start yourTinyTodo from scratch.
The current code is old and very hard to handle.
I plan to use:
I currently work on the layout, please let me know what you think:
http://www.yourtinytodo.net/ytt2_preview
The text was updated successfully, but these errors were encountered: