Cowboy_BeBa
Registered User.
- Local time
- Today, 15:57
- Joined
- Nov 30, 2010
- Messages
- 188
Hi All
Just a bit of background before getting started, ive been developing access databases for years and consider myself very proficient in them. Recently ive looked into rebuilding a DB i made for work into a web app and selling it off to other companies (work is cool with this as i made their entire db on my own from scratch).
Im okay with web design but wanted this to be perfect (especially in terms of security, wasnt confident i could create something that would keep my clients data secure). So i outsourced a lot of the coding to india. The devs over there did an excellent job, but they used an MVC framework (which i am completely unfamiliar with, i specified simple html pages linked to visual CS pages which i could then understand and alter as needed, this MVC stuff is confusing the hell outta me)
Was just wondering if someone could give me some basic pointers on MVC's and how they work (for instance i can see the model of my DB, based in mysql, wondering if i change a table or a query in the db, does the model need to be updated? if so how? am using the latest version of Visual Studios to develop if that makes a difference)
Secondly, in order to make this project much cheaper (they originally quoted 25k) i left out a few pages which i intend to design (i figured i'd give them the more complex ones and then i could use their code for reference to create some of the simpler ones, since they dropped the price down 10k it made things much more affordable). This is fine as im visual studios inbuilt scaffolding feature in order to generate new pages, then i just have to muck around with the HTML in order to get them to look similar to the other pages.
One of the pages i need to make is basically a list of one of my tables. Just a simple details list which the user can then edit or delete records if they need to. This is simple enough but the tricky part is that i need to allow the user to be able to filter each and every field they wish. For instance there is a "Stock" field, user should be able to select one (or more) products they wish to view records for, then theres a date field, user should be able to specify a date, or search for records between two dates. There are many such fields and i need each one to be filterable.
Have absolutely no idea how to accomplish this. I dont need to be given the exact solution (i like figuring these things out for myself, best way to learn), but i would appreciate someone pointing me in the right direction (not even sure what to call the type of page i wish to create)
Thank you all for reading
Just a bit of background before getting started, ive been developing access databases for years and consider myself very proficient in them. Recently ive looked into rebuilding a DB i made for work into a web app and selling it off to other companies (work is cool with this as i made their entire db on my own from scratch).
Im okay with web design but wanted this to be perfect (especially in terms of security, wasnt confident i could create something that would keep my clients data secure). So i outsourced a lot of the coding to india. The devs over there did an excellent job, but they used an MVC framework (which i am completely unfamiliar with, i specified simple html pages linked to visual CS pages which i could then understand and alter as needed, this MVC stuff is confusing the hell outta me)
Was just wondering if someone could give me some basic pointers on MVC's and how they work (for instance i can see the model of my DB, based in mysql, wondering if i change a table or a query in the db, does the model need to be updated? if so how? am using the latest version of Visual Studios to develop if that makes a difference)
Secondly, in order to make this project much cheaper (they originally quoted 25k) i left out a few pages which i intend to design (i figured i'd give them the more complex ones and then i could use their code for reference to create some of the simpler ones, since they dropped the price down 10k it made things much more affordable). This is fine as im visual studios inbuilt scaffolding feature in order to generate new pages, then i just have to muck around with the HTML in order to get them to look similar to the other pages.
One of the pages i need to make is basically a list of one of my tables. Just a simple details list which the user can then edit or delete records if they need to. This is simple enough but the tricky part is that i need to allow the user to be able to filter each and every field they wish. For instance there is a "Stock" field, user should be able to select one (or more) products they wish to view records for, then theres a date field, user should be able to specify a date, or search for records between two dates. There are many such fields and i need each one to be filterable.
Have absolutely no idea how to accomplish this. I dont need to be given the exact solution (i like figuring these things out for myself, best way to learn), but i would appreciate someone pointing me in the right direction (not even sure what to call the type of page i wish to create)
Thank you all for reading
