Hi guys,
I'm trying to wrap my head around how to approach a clients website needs, if anyone has any suggestions or ideas to make achieving the desired outcome easier, please do let me know!
The website is a "Dress hire" website, our client does not have any wishes for E-commerce, but we do need to display all of the available dresses on the site, in the past they've just been listed on one long page with some anchor tags linking to the section of dresses (for example, if you click a designers name in the top-menu, you'll be taken to that block of dresses). This site is 15 years old and obviously that's no longer good for UX.
We're converting the entire site to couch, we plan to use the gallery template for all of the dresses, what we want to be able to do is have some various tags to add to each dress (that fit those tags). We don't want overly complex filtering, but the client would like to be able to filter by colour, designer (name), collection (name of collection), type of dress (wedding, ball, prom etc etc).
As far as I've been able to think about it, the easiest possible way is to use relations for each of the different filter categories (especially designers, because they will require some other information for each designer, like a small write-up.). The same for dress types, I'm unsure if it's the best way to go for the colours? But I would assume so.
The collections is probably going to be the folders inside of the gallery template (easier for sorting and also URLs, because each will be inside their respective collection).
What I'm really trying to wrap my head around for now is how I would incorporate this into the front-end to provide searching by these specific things, we don't really want to have seperate pages for each filter (this is bad for seo but also what would happen if somebody had multiple filter queries?).
It's likely the solution will be to use javascript filtering of some sort to filter the outputted images to show only the ones in the selected filter searches. I've never achieved something like this so I'm wondering if there's an easy or specific way to do it? and how would it tie in to couch (and difficult using relations?).
Sorry if it's a little confusing, it is only a concept right now while I try to wrap my head around how exactly to achieve it, the clients current site has one of the highest rankings on google in its area, which is very difficult to achieve so everything we do has to be analysed carefully for how it's going to affect the SEO of the site, ideally we would have just one list-view of dresses which is filterable via javascript for the user. but I'm not sure how to achieve it.
Dave
I'm trying to wrap my head around how to approach a clients website needs, if anyone has any suggestions or ideas to make achieving the desired outcome easier, please do let me know!
The website is a "Dress hire" website, our client does not have any wishes for E-commerce, but we do need to display all of the available dresses on the site, in the past they've just been listed on one long page with some anchor tags linking to the section of dresses (for example, if you click a designers name in the top-menu, you'll be taken to that block of dresses). This site is 15 years old and obviously that's no longer good for UX.
We're converting the entire site to couch, we plan to use the gallery template for all of the dresses, what we want to be able to do is have some various tags to add to each dress (that fit those tags). We don't want overly complex filtering, but the client would like to be able to filter by colour, designer (name), collection (name of collection), type of dress (wedding, ball, prom etc etc).
As far as I've been able to think about it, the easiest possible way is to use relations for each of the different filter categories (especially designers, because they will require some other information for each designer, like a small write-up.). The same for dress types, I'm unsure if it's the best way to go for the colours? But I would assume so.
The collections is probably going to be the folders inside of the gallery template (easier for sorting and also URLs, because each will be inside their respective collection).
What I'm really trying to wrap my head around for now is how I would incorporate this into the front-end to provide searching by these specific things, we don't really want to have seperate pages for each filter (this is bad for seo but also what would happen if somebody had multiple filter queries?).
It's likely the solution will be to use javascript filtering of some sort to filter the outputted images to show only the ones in the selected filter searches. I've never achieved something like this so I'm wondering if there's an easy or specific way to do it? and how would it tie in to couch (and difficult using relations?).
Sorry if it's a little confusing, it is only a concept right now while I try to wrap my head around how exactly to achieve it, the clients current site has one of the highest rankings on google in its area, which is very difficult to achieve so everything we do has to be analysed carefully for how it's going to affect the SEO of the site, ideally we would have just one list-view of dresses which is filterable via javascript for the user. but I'm not sure how to achieve it.
Dave