Ajax
Search, Load Records on Page Scroll,
Ajax
Image Upload, Social Network Features (Likes, Share, Comment etc), Email Friends
in Address Book, Share Event of a Day, Week, Month of a District on Face Book
Once the user logins for the first time or till he changes his user name and
password, we need to display the option to the user to change so. As we are
generating automated user accounts, it will be hard for them to remember.
1. Assign Positions at District Level
This is same as what we Exactly implemented in previous Project. Here, Admin can
Assign Positions to Members in All Districts. Dist. Manager can Assign Positions
to Members in his own District.
2. Assign Positions at Club Level
This is same as what we Exactly implemented in previous Project. Here, Admin can
Assign Positions to Members in All Districts / All Clubs. Dist. Manager can
Assign Positions to Members in all Clubs in his own District. Club Manager can
Assign Positions to Members in his own Club.
3. Search for Clubs and Members.
We have a Single Common Search form code to be developed which will be used in 3
locations.
The only difference is we remove a table from search query as we go deeper.
This Search will be Implemented on following pages…
Districts_In_India.aspx
View_District_Adm.aspx
Clubs_In_India.aspx
View_Clubs_Adm.aspx
Members_In_India.aspx
View_Members_Adm.aspx
4. Update Member Records
A Member is able to update his Text Details and Photo Perfectly. Admin, Dist
Manager and Club Manager needs to update details of the Members in his Club,
District or All Districts. Updating the text details of members is working
PERFECT. Need to resolve the issue related to updating the member photo.
Business Directory
Other Members Comments on Business Page.
Member Pages:
member_home.aspx
This is common home page for all the Members.
I have classified Members has 3 types.
One is a Common Member who can update only his profile.
Second is Club Manager who can update the profiles of Members in his Club.
Third is District Manager who can Update the profiles of Members in all the
Clubs in his District.
I have used Asp Panels on this page, which will be displayed as for the user
classification type.
For a Club Manager, While Updating a Member Profile in his Club, the text
details are been updated perfectly, BUT THE IMAGE UPLOAD
IS NOT WORKING. NEED TO RESOLVE THIS ISSUE. LET THE CLUB MANAGER UPDATE THE
PHOTO OF A MEMBER IN HIS CLUB.
Mod_Members_In_My_Dist_by_Club.aspx
The same issue as mentioned in the above point. Able to Update text,
BUT THE IMAGE UPLOAD IS NOT WORKING.
Mod_Members_In_My_District.aspx
Need to Have Search form to Find a Member in the district to edit the details
quickly.
MANAGING BUSINESS DIRECTORY:
This part need to be sorted out.
Here the District Manager will be adding the Business Records – WORKING PERFECT.
Editing Business Record – I need to Recheck if I have Made this.
Deleting Business Record – I need to Recheck if I have Made this.
Things to Implement:
1)
Only the Active Records shall be displayed in the
Business Directory Page. This is based on the Expiry Date of the Record.
2)
Active and Expired Records need to be Displayed
to District manager specifically. Once the Expiry Date starts, all the records
will be Moved to Expired Records Page. Here District Manager can select Single
or Multiple or All Records at once and extend its Expiry date for Next Year.
HOPE THIS IS CLEAR FOR YOU.
Things to Work on:
We need to display the Records of Today’s Birthday, Marriage Day and Event
Records on Home Page with a Link to the following pages.
1)
Birthday
Calendar
On this page, we need to display the list of members who has their Birthday
Today from All Districts by default.
Here member can filter the results by Selecting District Name from the Drop Down
List to see the Birth Day records for a Specific District.
We need to provide option to the Members to Search for the Member Records who
has their Birth Day on a Specific Day or Search between Start Date and End Date.
2)
Marriage
Day Calendar
On this page, we need to display the list of members who has their Marriage Day
Today from All Districts by default.
Here member can filter the results by Selecting District Name from the Drop Down
List to see the Marriage Day records for a Specific District.
We need to provide option to the Members to Search for the Member Records who
has their Marriage Day on a Specific Day or Search between Start Date and End
Date.
3)
Events
Calendar
On this page, we need to display the list of Events which are available Today
from All Districts by Default.
Here member can filter the results by Selecting District Name from the Drop Down
List to see the Event Records for a Specific District.
We need to provide option to the Members to Search for the Event Records for a
Specific Day or Search between Start Date and End Date.
Lets have a New Table with all Log Of
Actions.
- Save the record when a New District is Added.
- Save the record when a district details are updated (Edit,
Trash / Restore, Suspend / Activate).
- Save the record when a District is Deleted.
- Save the record when a New Club is added.
- Save the record when a Club details are updated (Edit, Trash /
Restore, Suspend / Activate)
- Save the record when a Club is Deleted.
-
My General View of Columns in Log of Actions Table.
Lid
-
Unique Record ID
Did -
District ID of which the record has been Logged.
Record ID-
ID of the Unique Record. This may be a District ID, Club ID, Member ID,
Event ID, Notification ID, etc.
If you have any suggestions in making this
Table, Pls Share so that we can fix to one.
Quick Points:
Save this action of Adding a New District in Log of Actions Table.
Save this action of Adding a New Club in Log of Actions Table.
Save this action of Adding a New Club Individually when added in GROUP in Log of
Actions Table.
Point 1: View_District_Adm.aspx
Let Admin Edit the Details of the District.
Here admin can edit the text details as well as Change any of the 6 Images.
When Admin Updates a District Record, Update even the date & time when the
record was updated in database table… where the column name is last_updated.
Save this action in Log of Actions Table.
Point 2: View_Clubs_Adm.aspx
FIRST R.R.REDDY SHALL WORK ON THIS PAGE BY RETRIVING THE
DATA BEFORE SENDING TO RAM.
Here on this page, we need to display the List of Clubs from all the districts
to Admin to Manage the Clubs on the portal.
Admin will Edit, Move to Trash / Restore, Activate / Suspend a Club.
Sorter order is Club Name A – Z and paging is 100 Records per page.
http://lionmember.org/All_Clubs.aspx?Type=B
We need to Have option to List Records
by A - B - C ..... X - Y - Z. to filter Results by Starting alphabet.
http://lionmember.org/All_Clubs.aspx
We need to have similar Filter Options as we had on above page.... i.e, Select
All or Specific District in Drop Down List & Search Text box to enter full or
Partial query.
Search for a Club with Partial Name, Int. Number, District Name, City Name,
Charter President or Ext. Chairman name.
Let Admin Edit the Details of the Club in a District.
When Admin Updates a Club Record, Update even the date & time when the record
was updated in database table… where the column name is last_updated.
Save this action in Log of Actions Table.
|