Hi all, fairly new to drupal (8 days),
i managed to migrarte a medium sized (4k users, 12k articles)joomla site to drupal 6 with some ease, got my knowledge on views and taxonamy and all is well.
however, i want to migrate a Classic ASP/MSSQL site that i made to drupal, its a guitar tablature website, i cant seem to grasp how can i implement it on drupal, below is the functionality of the old site
old site:
breadcrumb style:
a vistor looking for tablature usually selects artist letter, then goes to a page with list of artists that begin with this letter, then he goes to the artist page which contains a list of the tablature available, then he clicks and view the tablature or downloads the file
submission of tablature:
user logs in, goes to submit a tablature page.
1st step, choose tablature type ( 3 text based types, 2 upload types)
2nd step he chooses an artist, if not available he can add new artist
3rd step he chooses an album, if not available he can add new album
4th step he chooses track name, , if not available he can add new track
5th step either he pastes his work , or uploads a file (depends on step 1)
search function:
search by artist name, album name, track name, date etc
my problem, i dont know how to map this to drupal