This is what I have done.
I formatted the hard disk as one partition. You may perhaps want to format it into two partitions.
I did a default install to the SSD, and not using lvm and put everything into one partition (/, /boot, /home etc)
After the first boot, as the administator I added the hard disk to the fstab (/etc/fstab)
for every entry therein, after default keyword I added noatime default,noatime
Swap was retained on the SSD.
I also added the UUID= for the hard disk partition(s), naming the partitions
On one partition I created a /Downloads /Documents, /Music, /Pictures
Now, on my ~ directory I rmdir'd Downloads Documents Music Pictures and replaced those by symbolic links
My first partition on the hard drive I titled /hdrive1, my second partition /hdrive2
from my ~ (home directory) I created symbolic links as follows
ln -s /hdrive1/Documents Documents
ln -s /hdrive1/Downloads Downloads
etc for Music, Pictures,
I also added a root owned crontab entry to run at a time when I would be on the computer as follows.
30 9 * * mon,thu /fstrim -a
Thus, I can reinstall to the SSD at anytime and with a few symbolic link changes, replace Fedora with an upgrade.
You may want to consider a Full Remix of Fedora 22 titled Korora Linux or Chapeau Linux . These two provide all the codecs that you would want to struggle to install after having installed Fedora 22. A remix is Fedora22 with the best extras included.
Second consideration.
The SSD drive will more than ilkely outlast your hard disk by 3 to 4 lifetimes. If your SSD survives the first week or two, it will provide you with 8 to 10 years of reliable service. You will probably scrap your computer before the SSD dies on you.