// Current situation
Currently, adding (1) manually a start date for a specific task AND (2) defining certain predecessors for the same task is not possible
// Problem Description
Let's imagine, we have the following two tasks to plan:
--> Currently I have three options to implement this
// Requirement Description (Solution):
It shall be possible to manually define a start date of a specific task but still allow the definition of predecessors. Therefore, in the background, such a task should always have (1) the manually defined start date and (2) a automatically calculated start date (based on the predecessor). Now, the system should always check which of these two dates is "more in the future" and only display this one as actual start date of the specific task in the Gantt.
I have this issue with my schedules quite frequently. I have to manually add a note so I remember the predecessor to the task if I need to manually edit the start date b.c SmartSheet removes it. This is my biggest pet peeve with SmartSheet (vs MS Project that already has this capability) so I hope this can be addressed soon. It seems like a pretty important function of a timeline.