Skip to content

This is the code that is helpful for any Enterprise where they have to manage subscribers and number of years of subscriptions and also search for people and their subscription expiry etc

Notifications You must be signed in to change notification settings

madhavabk/magzineManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

magzineManager

This is the code that is helpful for any Enterprise where they have to manage subscribers and number of years of subscriptions and also search for people and their subscription expiry etc.

Following are the basic needs that are required for such kind of products:

  1. Option to create a new entry with firstname, lastname, mobile number, number of years subscriptions etc
  2. Successfully register the entries and display them in a format that is desired.
  3. Option to list all the subscribers in table format, label formats
  4. classify users based on number of years of subscriptions, expiry of their subscriptions and color code them accordingly.
  5. Generate download of the subscribers information into a CSV file
  6. Optimize search to find by any of the fields as easily as possible. For example search by subscription period, street name, pin code, lastname, part of the name, mobile number, and many more such search options
  7. Display given subscriber on the sample magzine last page where it will be really printed to give a feel of real magzine of the subscriber.

Installation instructions from source code

  1. git clone / download zip
  2. goto main folder where you find pom file
  3. mvn install
  4. locate war file in the target folder and deploy it into tomcat server

Installation instructions from war

  1. Download the release version war rile
  2. Deploy the war file in tomcat
  3. Access the webapplication to try the features

Following are the examples of the usage:

Registering a new users

REgisterPage

Search based on specific strings

specificSearch

Search on subscription period

SubscriptionsSearch

The front page

FrontPage

Thanks, Madhava

About

This is the code that is helpful for any Enterprise where they have to manage subscribers and number of years of subscriptions and also search for people and their subscription expiry etc

Resources

Stars

Watchers

Forks

Packages

No packages published