GENESIIS / campus

0 stars 0 forks source link

C17-public : provider filter search : create customizable criteria based filter search #17

Open dumani opened 7 years ago

dumani commented 7 years ago

Business benefit:User able to search course providers.This is a criteria based filter search.Should identify filters according to end user requirements.

Estimation: UI - 16sp Dev - 96sp Testing - 48sp

Identified filters: 1.Education category 2.Course provider type 3.District 4.Major .

dumani commented 7 years ago

201611111128-DJ

dumani commented 7 years ago

201611111335-DJ

dumani commented 7 years ago

201611151600-DJ

dumani commented 7 years ago

201611151700-DJ

dumani commented 7 years ago

201611160920-DJ c17-provider-criteria-based-filter-search-MP merge with c6-list-available-institutes-on-the-view-MP-dj

dumani commented 7 years ago

201611161045-DJ

dumani commented 7 years ago

201611161452-DJ

dumani commented 7 years ago

201611161700-DJ

dumani commented 7 years ago

201611171100-DJ

dumani commented 7 years ago

201611171220-DJ

dumani commented 7 years ago

201611171340-DJ

dumani commented 7 years ago

201611171524-DJ

dumani commented 7 years ago

201611181000-DJ

dumani commented 7 years ago

201611181200-DJ

dumani commented 7 years ago

201611181350-DJ

dumani commented 7 years ago

201611181517-DJ

dumani commented 7 years ago

201611181545-DJ

c17-provider-criteria-based-filter-search merge with merge origin/c17-ui-provider-criteria-based-filter-search-MP-tr--dac993d and more

dumani commented 7 years ago

201611211000-DJ

dumani commented 7 years ago

201611211120-DJ

dumani commented 7 years ago

201611211310-DJ

dumani commented 7 years ago

201611211645-DJ

dumani commented 7 years ago

201611221640-DJ

dumani commented 7 years ago

201611231525-DJ

dumani commented 7 years ago

201611232030 -DJ

dumani commented 7 years ago

201611241145 -DJ

dumani commented 7 years ago

201611281440 -DJ

dumani commented 7 years ago

courseprovider

dumani commented 7 years ago

What has been done(Scope)

User able to search course providers using category,course provider type,major,level and location. Page can be access via different pages; 1) "View more" button in top viewed and top rated course provider page. 2) "View more" button in Higher Education landing page. 3) "View more" button in School Education landing page. 4) "View more" button in Corporate training landing page.

Page displays active course providers which only have programs publish with.

Change/Add Files CmdCourseProviderFilterSearch.java CmdListCategoryTypes.java CmdListMoreCourseProviders.java CategoryDAO.java CourseProviderDAO.java CourseProviderTypeDAO.java DistrictDAO.java LevelDAO.java MajorDAO.java Category.java CourseProviderResultDTO.java CourseProviderSearchDTO.java CourseProviderType.java PublicCmdFactory.java Operation.java ui-provider-populate.js viewMoreCourseProviders.jsp

Grade of risk of change high

Sprint released Sprint 1

Unit Test Done

How can it be tested 1.Enter the category code and click 'Top cp list' button. Application will redirect to top course provider page. Click 'View More' button System redirect to CP filter search page with particular category related course providers. particular category checkbox is checked correctly.

2.Select a category Related 'Provider type' 'Major' and 'Level' are listed

3.Single category can be selected at once.

4.Select appropriate field and click 'Apply Seach' Filtered course provider logo s are displaying.

What will it affect Course provider filter search senario

What user roles are affected public user/admin

Other comments Google Chrome -Version 54.0.2840.99

Assumptions-: 1.Supported .png images(Future enhancements)

  1. Consider programs with any status(This can be change in future enhancements)
Miyuru-Genesiis commented 7 years ago

201611300610 - Code Review undertaken by MM

1. topCourseProviders.jsp, viewMoreCourseProviders.jsp: