Closed dragoonis closed 11 years ago
A download button on the homepage with 2 options, skeletonapp and skeletonapp with vendors. That's it
A dedicated downloads page, to consist of
without composer
getting started
We need a DB table named downloads to store id,name,filesize,filename,archive_type,created_date,num_downloads
downloads
id,name,filesize,filename,archive_type,created_date,num_downloads
Example row:
When a download button is hit, it will accumulate this value
Completed.
What we currently have
A download button on the homepage with 2 options, skeletonapp and skeletonapp with vendors. That's it
What we need
A dedicated downloads page, to consist of
without composer
optiongetting started
below the download sectionTechnical Details
We need a DB table named
downloads
to storeid,name,filesize,filename,archive_type,created_date,num_downloads
Example row:
When a download button is hit, it will accumulate this value