More Reference Sites Coming. What Are You Looking For?

   Amir

October 15, 2012

We’re ramping up our front-end development team, creating more reference sites and improving documentation for existing ones. As we do that, I’d like to know what new reference sites would help you.

Our current reference sites cover Magazine layout, e-Commerce and real estate. Our team of front-end designers is rapidly growing and we’ll be able to create more reference sites with complete documentation and tutorials.

Next up are:

  • Business – a typical starting point for a business site, showcasing products or services
  • Classifieds – a fully-featured classifieds site, where visitors can submit listings
  • Review – a review site, which will allow site admin and visitors to submit reviews and compare between related products

All these sites will be available on discover-WP and will include complete tutorials, like the current real estate site tutorial.

Now it’s your turn. Tell us about what you’re building and what sort of reference sites will help you!

 

Comments 92 Responses

  1. I appreciate I might not be your typical customer, but what I would like to see is:

    In depth information on using Types/Views to the fullest in regard to highly relational content. I want to know how to get any content at any time. I want to see a demonstration site with Types/Views parent/child relationships taken to the extreme. I want a worst case scenario demo. Lots of variables, lots of non-standard structures that go beyond simple 2 level parent-child relationships. I want to see how data retrieved according to SELECT this FROM that, WHERE this=something AND that=something OR the other=something else. Nested statements too! Show us how Types/Views can be a framework.

    • Actually, this makes good sense. Do you have any current project that needs this kind of detail?

      • Hi Amir,

        Yes, an art gallery that has Exhibitions, Artists and Works. Works are children of single Artists (and indirectly multiple exhibitions), and Artists are children of multiple Exhibitions.

        If you search the forum for “structure” you will find the relevant topic. In it is a link to a seemingly simple site structure that is proving to be surprisingly complicated.

    • +1!

      The reference sites are an incredibly useful learning tool and having one that really shows you how to get into the guts of T&V’s would really help accelerate our learning!

      Another example I’d like to see is using the T&V’s API only, so handling everything on the template side.

      Keep up the awesome work!

  2. A profile type site whether for social networking, models, or special interests such as particular hobbies, etc.

    Something that would show a typical profile with pictures, related stats and allow the user to modify these settings.

    Thanks,

    -Warren

  3. We need to build up an “experts list” that can be started by invited faculty and then maintained by a barebones staff. We’d need a host of starter data fields but also need the ability add fields as needed. It would need to searchable and sortable with the ability to add at least one faculty photo. Presentation would need to include a print-friendly version. This might be a pretty simple project for somebody who could actually devote a block of time, but a reference site would be a huge help.

    • Sounds like an advanced ‘directory’ site, where entries can easily be searched. Thanks for explaining it!

  4. I’d love to have access to the style.css files for the DiscoverWP test sites. It would be really helpful in reproducing certain looks.

    • You can access custom CSS. Go to Appearance->Theme options (in the discover-wp.com site). Scroll down to where it says “Custom CSS” and enter what you need. The theme’s CSS is in a file, so you can’t edit it, but you can add your own.

      I’m taking a note to change that. We’ll completely remove the CSS files and put everything in the theme’s CSS setting. This way, you can both add new CSS and also edit existing code.

      • I 2nd Lisa’s request…I want to see the CCS you’re already using, not necessarily add my own. In the meantime, could you post the stylesheet in your documentation of make it available for download?

  5. Hi Amir,

    I’m working on a multiporpouse site. It is a Directory of Schools, in which the users (Schools’ principals) can upload their school info filling a form. School seekers (parents) will search for schools based basically on their location (any Country in Latin America). It will also be a job posting site, both job seekers and schools will be able to publish either their resume or the job details. Users will also be able to publish info about events, again using a form, and to search for events with an advance search form.It will also offer paid webinars on demand (using a membership plugin), and some other stuff.

    I guess a classifieds reference site would give me a good idea on how to deal with the job posting area. The real state gives me an idea about the directory and events area.

    I hope my comment helps.

    • This helps a lot. Although the real estate and classified samples have a big overlap with what you’re describing, I think that a separate ‘directory’ reference site will be helpful.

      The classified site that we’ll add to Discover-WP will also include some basic PayPal integration. This will allow you to send people to payments for some ads. The PayPal integration will demonstrate the use of CRED API and hooking your custom events to the form submission sequence.

      I don’t have an exact schedule for its release, but we’re working on it right now.

      • You are right, a Directory Reference site would be great, and some samples to learn how to deal with paymant gateways, and redirection after payment, will be very much appreciated. Sorry for any English mistakes (such as Real State… ha!)

        • I agree, a Directory reference site! I have several projects on the back burner that involve creating a directory of online resources on a specific topic. It could be nice if it were flexible enough to be a directory such as “Directory of Online Comics” and also “Directory of California Chiropractors”.

          • A Directory reference site would be extremely useful. I will be building one of my own very shortly and would love to have some pointers. Especially with creating a page to display an alphabetical listing of entries which link through to a further information page.

      • Hi,

        the payment is exactly what I need now for this kind of site I am building, but the problem is that people don’t use paypal in our country. So I really would need a way to do this with WooCommerce, that has the needed payment gateway plugin already. If you would do it so generally, that it could also have other than PayPal as payment gateway, I would be great!

    • I have been very interested in building very similar niche sites for long (years). The general idea is allowing business owners to easily provide the details about their products, descriptions, amenities, photos and so on. I would also love if they could suggest new fields for later approval by the administrator. For example, a new course with a description, a new available feature or amenity, a new product for review. Reviews and comparisons are also very important.

      All the Best

  6. The ability to use taxonomies for many of the queries Finn is talking about, rather than the current reliance on categories. I have found on a number of occasions that what I want to do is impossible because for eg, your real estate example uses a category, and I use a taxonomy. Views does not allow the same options for taxonomy.

    Ditto on the parent/child thing. I think what we are saying is we actual want to be able to make use of the database of info sitting behind the site, and query it intelligently.

    • We’re adding more juice for taxonomy filtering in Views 1.1.3. It’s a small addition, but I think that it will close a big gap. I’ve added ‘directory’ reference to our list of planned reference sites. This will be rich with parent / child connections. Let’s see how it goes.

      • I would also note that in my case anyway, it is not solely a directory site. I think many WP plugins assume that we either want to have text/blog type materials OR directory type material. In fact I want both. Articles and information AND a listing of providers and etc. That is why I am reliant on custom post types and taxonomies. I know I am trying to use WP for something it was never designed for …… but that’s why we use Views!

      • I would like to see some many-to-many connections as well as those parent-child connections. Building such an example may provide some insight into simplifying the process with new T&V capabilities.

        The reference sites are a great idea. Thanks!

        • We’ll include many-to-many relationships in some of the new reference sites for sure. I’ll try to include them using shared taxonomy and using an intermediate custom post type.

  7. Working on a library catalogue – the usual elements plus different media (books, CDs, video, etc. ) .

    • I think that a ‘directory’ site would be useful for you too. The closest we have right now would be the real estate site. You would probably find the front-end filtering useful for a library as well.

  8. Similar to Warren above so organisations/professional associations can manage their memberships and member profiles. Profiles would be made up of public and private/admin only sections. Registrations and subscriptions would be easily be linked to the profiles…

    • This makes very good sense. I’ll see how to use our Types Access plugin in such demo, to show how to manage a ‘members’ section.

  9. It might be interesting to explore creating a “How To” Reference site, geared specifically toward step-by-step sequential instructions that have an image along with each step. Also (especially for technical reference materials), there would be the potential for a sequence of steps to be re-used during the course of a larger project. For example, the instructions for how to “copy and paste” might be a subset of the instructions for how to create a calendar document.

    I have a number of sites along these lines and usually do the entry and layout manually for each document (using CSS to style it of course, but still). Having more structure, where each step might have its own entry box and the option of an image associated with it, could help with making the content entry more consistent when many people are contributing.

    • So, this looks like a knowledge-base site, which includes questions and potentially multiple answers. We’ve got something like that in development too and should have a reference site up soon.

    • We’re just building these now. I’m not exactly sure when they will be completed, but they are in development now.

  10. I’d like to see a project management site demo… : ) that might be to specific – but that is what i am creating for a printing company where clients submit projects and or place orders and orders are displayed in user view and as they move thru the production stage are updated in views dynamically… fun stuff!!!

  11. I would love to use Views in my current recipes site. The recipes are classified under different Categories, Tags and Custom Taxonomies. The Archive page of each categorization is different. Right now when I make the theme, I can create the archive pages separately but in future my wife will update the site more often and I would like to give her the option to create different views for the taxonomies and some specific views for recipe information from the front end.

    • This sounds like a classic example for using Views. I think that the upcoming classifieds site will help you build your recipes site. We use custom taxonomy to organize product categories, which you’ll probably be using too.

    • Perfect! LOL

      I knew if I kept scrolling down I’d find a request relating to a recipe site.

      Count my vote for this as well!

      — Michael

  12. I may have missed it in all the reading,

    with submissions say as reviews or similar
    can these be moderated prior to publication?

    Thanks

  13. I would like to see a Family History reference site.

    For the past few years I have been struggling with the development of my family website. The family website was conceived as a venue to capture and showcase stories, documents, photographs, and other memorabilia about members of the my extended family, which originated in eastern Netherlands and emigrated to the United States in the mid-1800’s. I selected WordPress because it offered more flexibility, openness, and support than other platforms I investigated. I have learned enough about WordPress to build a basic website, which can serve as a rough prototype and roadmap toward the final website design. I am anxious to incorporate more advanced, powerful techniques to deal with the large number of documents and other information that we wish to include in the family website.

    Goals of the Family Website

    Among the goals of the family website are these four, which seem most relevant to this discussion:
    ** Organize and cross-reference family stories, photographs, documents, and other resource documents for easy retrieval by person, place, document type, and/or document source.
    ** Support multilingual (English and Dutch) content and website framework.
    ** Streamline the classification of content to facilitate easy reference and retrieval.
    ** Allow the website to be maintained by family members with working knowledge of WordPress.

    WordPress Design Concepts

    As you can imagine, there are a myriad of resource documents to organize — birth records, census records, military records, correspondence, maps, property records, genealogy records, and seemingly endless photographs. Resource documents can be various document types — pdf, jpg, png, gif, bmp, etc. I envision organizing each resource document using four main custom taxonomies — people, places, resource document types, and document sources. Each document may relate to one or more people, and to one or more places. The website user must be able to find, filter, and display the resource documents in a variety of ways, such as by person, by place, by document type, by source, or by any combination of those four taxonomies. I am hopeful that the Types and Views plugins might be a good tool to handle these organization and retrieval tasks.

    To support the multilingual feature of the family website, we are already using the WPML multilingual plugins, which work quite well. If we decide to use Types and Views, we must verify that those plugins are compatible with the WPML plugins. Please comment on this compatibility issue.

    I hope this brief website description gives you an indication of our goals and our current approach. We are certainly open to suggestions for accomplishing the website objectives. Please comment on whether Types and Views seems like a good fit for our purposes.

    Thanks in advance for any help you might offer.

    • Looks like a pretty classic use for Types and Views. All these different pieces of information will go as custom fields. Types lets you add repeating fields for images, which you’ll probably need.

      Then, you can use parent / child relationship to connect things together.

      You probably know that Types, Views and WPML work perfectly together, so making it all multilingual should come with very little effort.

  14. Hi Amir,

    Great job on wp-discovery! I see it as an excellent tool to demonstrate the power of types and views. I suggest that the next reference site should be classifieds,
    I had a project on hold for a long time for a site that presents different beauty saloons in a limited geographical area. Users would be able to use layered navigation to filter out the listings according to 3-4 criteria, and saloon owners would be able to enter in their listings. Because the owners of these businesses aren’t very tech savvy the site needs to have the same appearance as on the front-end when the user registers or when he/she is logged in and posts their listings

    Thanks and I’m looking forward to the new releases!

    • I think that you’ll really like the upcoming classifieds reference site that we’re building now. It uses Types, Views, Types Access and CRED. We’re also including a helper plugin for PayPal integration, showing how to add custom actions after visitors submit forms.

      We’re doing our best to have it out soon. I think that it’s about 3 more weeks. In parallel to this, we’re also adding CRED and Types Access support to the Discover-WP site.

  15. Great project from you…

    Not bad to see on board reference site tutorials for “Restaurants” and “Hotels” (our daily bread). Especially how to best integrate offers, last minute and booking engine (for Hotels) or menu and discount management (for Rest.).

    • Hotels and restaurant reference sites are great ideas. These will help to demonstrate parent / child relationships and also integration between your custom logic and CRED forms.

      Want to tell more about some interesting features that you’ll need to implement in these sites?

      • I’d also love to see a Hotel reference site, with an emphasis on the reservation system. I believe CRED could be used to let users create reservations (which would be a custom post type defined using the Types plugin), and the info from these reservations could be used to generate a room availability calendar. Taking it even further, you could maybe even integrate it with some kind of payment system (I see you mentioned a PayPal integration plugin in a previous comment).

        I guess this really boils down to a reservation/booking system, which could be modified to suit a large number of applications, for example, Rooms (Hotels, Guest Houses, Bed & Breakfast, Conference rooms), Tables (Restaurants), Appointements (Doctor, Dentist, Beauty Salon, Vehicle Servicing, Pet Grooming etc.), Vehicles (Car rental).

        Lots of very similar applications, the main differences being the ‘object’ that you’re reserving/booking (which would be a custom post type with various custom fields). The other pieces of the equation are…

        * the duration for which each object can be reserved/booked
        * the number of ‘objects’ available for reservation/booking

        An availability calendar could then be generated from all the ‘reservation’ instances.

        P.S. Great work on the Discover-WP site – this is very exciting stuff.

        • Exacty the type of the one project I have in hold. And for localisation also able to add other, national payment gateways (f.ex. Woocommerce plugins) than PayPal.

  16. I would like to see sites reference:
    ANSWERS SYTEM MANAGEMENT – http://wpquestions.com/
    STOCKPHOTO STORE – http://www.ktools.net/
    FILE MARKETPLACE SYSTEM – http://themeforest.net/
    MICROJOB MARKETPLACE – http://fiverr.com
    COUPON SYSTEM MANAGEMENT – http://demos.appthemes.com/?theme=clipper
    TICKET SYSTEM MANAGEMENT – http://demos.appthemes.com/?theme=qualitycontrol
    BUSINESS DIRECTORY – http://demos.appthemes.com/?theme=vantage
    JOB LISTING – http://demos.appthemes.com/?theme=jobroller
    ADS SYSTEM MANAGEMENT – http://demos.appthemes.com/?theme=classipress

    And I will pay to have a clone of http://discover-wp.com/ . This will give us the possibility to create sites in WPMU for our clients with a click of button ( like in discover-wp.com, starting from a reference site).

    Thanks for the great work !

    websitereference install

    • Thanks for all your site suggestions.

      We’re planning to enhance discover-wp.com, so that you can use it with custom domains and with total control over themes and content. It’s a bit later down the road, but we’re getting there.

      • You mean that we have to create the sites on discover-wp.com on your hosting space ?

        I think that anyone would like to have his own system, on his hosting server and have the full control of the clients.

        It is this possibile in future, I mean to have white label system on our hosting space ?

        • This wasn’t our goal when we created discover-wp. We can think about it, but it’s not going to be immediate. The main purpose of discover-wp.com is to allow people to experiment with Types and Views on completely populated sites.

  17. One more vote for some kind of directory site but with support for diferent types of listings (custom types). In exemple, I am building web directory of software development companies (with some custom types and fields and categories/taxonomies) and their products (also custom types and fields and cat/tags).

  18. Hi Amir! Thanks for building such a great tool!

    Sites I am building include…

    – a book review site where book information is entered by an admin, reviews are written by other registered users, an awards sytem where resistered reviewers can nominate a book to recieve an award, and a searchable database of all books using various custom taxonomies. Also, all comments are meant to be private for admin use only.

    – a personal website with blog and some custom views/CRED frontend.

    – a business website for a farm with product information, but no online store (yet!)

    Some things I would like to see…

    – more comprehensive documentation in PDF format. The documentation that I have found have been good, but it would be nice if they could be donwloaded in PDF format.

    – Being able to design a custom control panel via CRED for admin purposes. This seems redundant, but I have a client who is uncomfortable using the WP Dashboard because of all the options. Also, I have noticed that CRED doesn’t seem to accept the conditional statements used when building custom Types…of course it is possible that I am doing something wrong :-).

    – I would like to restrict editing access to a parent, while still allowing a user to add/edit a child. For example, in my book review site, I would like the reviewers to view the info on a book without being able to edit that, but still add a new review based on that book.

    – The ability to duplicate custom post entries. For example, in my book review site, there are many entries that have similar info. It would be nice to be able to duplicate a post, then edit only what is different.

    It is entirely possible that all of the above are already possible, and I just can’t figure out how to do it! (see comment on documentation!)

    Thanks for a great product!

  19. I am glad to see that you are gong to build a Review site demo. I am actually building a skin care products review site and would very much like to use a “product comparison” chart to compare the price and ingredients. And it is very important to have the function to select which products into the comparison “basket” and finally display the comparison chart with the selected products. The possible examples are :

    http://www.gdproductscenter.com/products/phone/
    http://demo.dailywp.com/reviewengine/category/cell-phones/

    • I’d really love to have side-by-side comparisons on a demo site. We’ll need to figure out how to do that. I’ll write in our blog again when we have something.

  20. Very interested in a classifieds sit. An important condition is to publish the classifieds ads only in the back office. We do not want people to publish classifieds themselves. Possibly a checkbox to change the operating mode.

    • Right. The classifieds site that we’re building will show how to submit ads from front-pages but approve them in the WP admin. We’re showing how to make some ads free and some have to go through payment before they are in the approval queue.

      • Cool. But I hope I can choose is the add published automatically or does it use the approval queue. The more automatic, the better, if it is a big site.

  21. I often find I need a workshop or course catalogue and registration solution.

    Typical objects in these systems are ‘Presenters’, ‘Students/Users’, ‘Workshops’, (Both overall descriptions, and also individual dated offerings of the workshop, so two related objects). Views would include the workshop catalog, the attendees for each workshop offering, the presenters, and so on…

    Typical business rules include minimum/maximum numbers of attendees, multiple workshops per presenter, and multiple presenters per workshop, and a ‘grade’ or Pass/Fail field associated with each user/workshop combination.

    It seems to me that Types and Views could be used to create this kind of ‘lite’ learning management system in WordPress, and an example would be very helpful!

  22. I’d like to have the ability to install outside plugins on the test sites. I realize it’s probably not possible for security reasons, but I thought I’d ask anyway. Specifically, I’m looking to be able to install and test the “User Role Editor 3.8” plugin with these tools.

    I absolutely love Types and Views. Thanks for the great plugins!

    • We’re not going to be able to allow to upload plugins directly, but we’re certainly going to add some more plugins ourselves.

      About role management, you might be interested to know that we’re releasing a major upgrade to our Types Access plugin. This will include a ton of new functionality and big improvements. Types Access 1.1 is targeted to provide complete access and role management for WordPress sites.

      We’ll release it in about 2 weeks and add to Discover-WP shortly after.

  23. Hi Amir,

    I’m building a multinational site with templates for each country/locale selected from a dropdown. Each country/locale will have it’s own custom type for creating local-content that will get displayed along with ‘universal’ content. The franchisee from each locale will bed restricted on user_roles to add/edit only the content that will be displayed on their respective templates. This way you have a multi-national looking site which is actually on one install. I’ve never seen anything like this but don’t see why it can’t be done!

  24. We are developing a site that connects registered users with our member listings. We are using Types and Views + CRED.

    What would be fantastic is if you could further develop the Types and Views relationships so users can offer gifts to our member listings, and our members can either accept or decline the offers with a message.

    Is there a “gifts” like plugin that can accomplish what we need? Would you consider offering this?

    Thanks in advance,

    Eric

    • I’m not sure about a ‘gifts’ plugin, but we are certainly continuing to developer Types, Views and CRED. CRED 0.9.4 is getting parent/child relationship and then support for custom posts types and fields that are defined in PHP.

      • Thanks Amir. Will the parent/child relationship in CRED 0.9.4 allow a gift relationship between two custom post types similar to the way a car rental agreement relates to renters and cars? We need a gift to become child to a user and a listing. If we place a CRED form for a user to offer a gift to a listing, can we display the gift offer on that listing’s single post? And, can we place a CRED form on the listing’s single post so that a member attached to the listing can accept or decline the gift?

        Thanks in advance,

        Eric

        • Yes, it will allow this exactly. You can create a form for new ‘agreement’ and there input both the car and the client. Additionally (and better), you can create a button on the ‘client’ page to ‘new agreement for this client’ and there, input just the car.

  25. Hi Amir,

    I’m just working on a project with the following scenario:
    – we have different centre of learning in different countries
    – each of them offers a selection of predefined courses
    – each course can have different categories like “workshop”, “training”… and several dates
    – each centre of learning should have it’s own website on the multisite environment

    So the main website should show all the courses with dates and which centre or centres of learning is offering the course.

    The individual centre websites should also list their courses with course info and dates.

    All the dates for each course are provided by the centeres.

    I have a clue, that this can be done with T&V, custom post types and custom taxonomies. But I’m not shure how …
    Especially how to assign the course.

    So in conclusion I would love to see an example for using T&V with Multisite, and how to manage something like the multiple relationships in my project (every course can be assigned to multiple centres and each centre can assign it’s own course dates)

    Thanks in advance!

    • This is a pretty classic usage for Types and Views. Today, we don’t establish any connections between sites on a multisite network. This is a good feature suggestion for a later release, but it’s not supported in our code.

      If you want to write some PHP that will do this communication, we’ll be happy to help with basic pointers, but it’s not something that runs in our plugins right now.

  26. Something I would love to see that I think could apply to many types is a photo contest site where people can submit photos themselves and then allow others to rank/rate/vote for their favorites. I have a client now where we built a really pieced together solution based on plugins and whatnot– but it doesn’t work well and there’s nothing out there i found that can do it right.

  27. Also – I was wondering if the forums here are using TV? If so — a reference site on how to do that would be great.

    • The forums here are using a modified version of bbpress. I don’t think that forums are the best thing to build with Views. On top of the basic functionality, we’ve also built a complete support management system. You can build a lot with Types and Views, but for this sort of complex niche application, it’s better to code in PHP.

  28. I’d like to see a quote site. The quotes need to be able to be indexed several ways (category, author, by first letter of alphabet, by tags). It should have a contents or index page(s) that lists the various ways to find a quote with links to the quote or category, etc., plus a parametric search to find quotes. Each quote should be in a separate section on a page with at least 3 social share buttons, FB Share, Twitter, Google +1. There can be many quotes on a page, each one with the before mentioned social buttons.

    Because the site should be able to hold many thousands of quotes, there needs to be an easy way for an inexperienced person to enter a quote, author, category and tags so that many separate quotes can be on a page, say 20 quotes or a global variable to set the number.

    The quote input should also have a check box with their name in it or an easy way to indicate the person entering the quote as that is part of the basis for their pay. The site should also allow visitors to enter a quote (it will be approved by the admin before publishing), visitors will not be paid for quotes.

    If interested I can show you sites with most of these features. I don’t think they are WP sites, however, and are probably custom made sites.

  29. Hi,

    Would love to see how you would put a business directory together.

    Do you have a list of demo sites you are planning, including what is being prioritised and how soon you expect them to be available?

    Cheers.

    • A directory site is coming very soon. We’re putting the last touches on it and will be releasing.

  30. I would love to see a complete Project Management implementation: one with tasks, users, priorities, etc.

    There are some paid and open source project management/task management solutions, but they each have limitations in functionality and layout. If I could put together a system using Types and Views, then I could modify the functions and layout as I need for each installation.

    • These ‘limitation’ are exactly why we created Toolset plugins – so you can create it yourself, anyway you want. I’d love to create such a reference site. We have several others that are already ‘in the works’, but this certainly makes good sense to add later.

  31. Basic Event Management – we have created an events diary and would like registered users (logged in users) to be able to manage their attendance at events.

    Example would be sports teams where selected people say whether or not they are available for that event. Another is a sailing event and sailors say whether or not they are attending.

    I think I can work this out using CRED TYPES VIEWS and ACCESS as long as ACCESS restricts user updates to only their attendance details.

    A “reccommended approach would be useful.

    • I just though of an extra dimension that we need to cover. In our website we have multiple clubs, each with their own membership.

      The elements we are planning to use are:

      club table
      member table
      event table
      attend table

      member is child of club
      event is a child of club
      attend is a child of member and event (create many to many relationship)

      The attend table is more than a taxonomy – it will have a “notes” field and maybe other fields

      A member needs to see all events he can attend and create and edit an attendance record. A member should not be able to attend another clubs events (unless he is a member of that club as well).

  32. How about a CMS using the Toolset for the organization of legal opinions/court cases.

    Generally, you would a many-to-many relationship with lots of parents.

    There are multiple ways to organize court cases – by Judge, by Court, by Year, by Topic, by Citations, by Statutes, etc.

    Feel free to contact me for more information since I have already done a fair amount of analysis on this topic.

    Your Ttoolset product would be a perfect match for a litigation support system.

    Thank-you.