← Back to team overview

mvhub-dev team mailing list archive

[Merge] lp:~omacneil/mvhub/remove_old_docs into lp:mvhub

 

Dan MacNeil has proposed merging lp:~omacneil/mvhub/remove_old_docs into lp:mvhub.

Requested reviews:
  MVHub devs with commit rights (mvhub-commit)


removed bugs/features from docs because they are now in launchpad bug tracker
-- 
https://code.launchpad.net/~omacneil/mvhub/remove_old_docs/+merge/27460
Your team MVHub Developers is subscribed to branch lp:mvhub.
=== removed file 'app-mvhub/doc/notes/broken.txt'
--- app-mvhub/doc/notes/broken.txt	2009-08-03 19:20:44 +0000
+++ app-mvhub/doc/notes/broken.txt	1970-01-01 00:00:00 +0000
@@ -1,32 +0,0 @@
-#########
---
-configure apache to not show .svn directories 
---
-
-templ_var omit_left_menu not handled correctly in main.tmpl/header.inc
-
-##################
-
-bugs below probably are in launchpad
-
-
-create phone calling list
-
-	agency name  | last-update date | hours for calling | last call
-
-create phone calling agency/program screens
-	Contact Name  ___
-	Contact Email ___
-	last contact ___
-
-change agency screen to allow password to be changed
-
-optimize for google ads
-
-allow user & admin to reset passwords short of UPDATE statement @ command line
-
-create secure quicklogin
-
-#####
-Code tidy
-####

=== modified file 'app-mvhub/doc/notes/features.txt'
--- app-mvhub/doc/notes/features.txt	2009-08-07 19:38:09 +0000
+++ app-mvhub/doc/notes/features.txt	2010-06-13 23:30:42 +0000
@@ -1,59 +1,4 @@
-  move all code to CGI::Application.
-
-########
-Carrie Stack 
-possible to have "Summer" be a searchable
-criterion for the portal...because could be great to have people be able to
-just click on "summer" and see what programs have summer pieces available
-for youth/teens.
-########
-
-create another way to categorize
-	limit to 
-		youth only program 
-		cambodians 
-		program 
-
-kevin mullen:  
-
-#########
-Page.pm
-
-my $DEFAULT_TITLE
-    = "Nonprofit Services Directory";
-
-...instead of:
-########
-
-########
-output formatted for google local like superpages.com does
-########
-
-Find a way to distinguish between for & non-profit orgs
-
-Consider denying for-profit orgs
-
-On front page indicate there are for-profit entries in database
-
-"MacIver, Ken" <kmaciver@xxxxxxxxxxx>
-> The quality of the info is the thing, I think. 
-> For example, mvhub returns private lawyers as well 
-> as MVLS under legal services, though it doesn't 
-> indicate that these are "for profit" and will 
-> charge the person and MVLS is free to qualifying 
-> folks.  I think the focus should be on what nonprofit 
-> service providers offer and not confuse them with 
-> private for profit firms.
-
-########
-
-	---do more rearch with google webmaster tools to  find 
-	other optimizations
-	
-########
-maybe, improve security by removing/hiding link to admin login currently 
-on all pages
-########
+##########
 show search results as pdf
 
 Offer per city PDFs
@@ -64,12 +9,6 @@
 add postgresql.conf to boxes/config/ ?
 
 ############
-Links section 
-    mvhub on northshore port
-    211 
-    others (SCI?) 
-    
-##########
 list cities covered on front page
 
 search for services in: "lynn, peabody.."
@@ -85,9 +24,6 @@
 right align field labels in agency form
 ######
 
-####
-change email notifications so North Shore Portal / MVHub are set according to the site
-
 #######
 add info about the page the user was browsing when he hit "contact us"
 	--this will help us with people who contact us instead of the agency by mistake

=== removed file 'app-mvhub/doc/notes/fixed.txt'
--- app-mvhub/doc/notes/fixed.txt	2009-05-18 19:09:02 +0000
+++ app-mvhub/doc/notes/fixed.txt	1970-01-01 00:00:00 +0000
@@ -1,36 +0,0 @@
-
-#########
-Priority: 	*** IMPORTANT****
-
-Description: 	quick login run mode stack dumps
-
-fixed:  	CGIAppBase.pm : r102
-
-people: Mansi
-#########
-
-Description: quick login 
-	     this url: http://mvhub.com/cgi-bin/guide/agency.pl?rm=ql&id=10730071741
-	     should return agency page not stack dump
-
-draft test name: app-mvhub/t/www_mech_mvh_pages.t
-
-fixed:       CGIAppBase.pm : r102
-people: Mansi
-
-#########
-
-Description: attempting to "agency login" after succcessful "admin login"
-	     crash
-
-fixed:      CGIAppBase.pm : r102
-
-people: Mansi
-#########
-
-
-NOW: nsp/admin/css missing
-
-#########
-
-#########

=== modified file 'app-mvhub/doc/notes/refactor.txt'
--- app-mvhub/doc/notes/refactor.txt	2009-07-29 15:33:58 +0000
+++ app-mvhub/doc/notes/refactor.txt	2010-06-13 23:30:42 +0000
@@ -89,15 +89,6 @@
 ####################
 
 
-	merge ugly tables: date_created_agency date_created_program
-
-	replace Config::IniFiles in Common.pm with Config::Simple
-
-	move all sqi to sql.lib
-
-	move all error and other strings to single file 
-		--make internationalization easier
-
 	assign each error string an error code / number
 
 	all config / constants in config file
@@ -113,88 +104,4 @@
 move cgi-bin/*.pl to completely be under CGI::Application
 
 
-#####################
-
-Should CGI::Application class files contain only run modes and setup ?
-
-Future:
-	MVHub::BaseClass
-
-	MVHub::Auth
-		run_modes [ show_login_page, do_login ql request_password]
-
-	MVHub::AgencyRecord::Agency
-	MVHub::AgencyRecord::DataEntry
-	MVHub::AgencyRecord::Admin
-
-	MVHub::ProgramRecord::Agency
-	MVHub::ProgramRecord::DataEntry
-	MVHub::ProgramRecord::Admin
-
-	MVHub::Util::Email
-	MVHub::Util::SQL
-	MVHub::Util::Auth
-
-##############
-	use CGI::Application::Plugin::Authentification
-	use CGI::Application::Plugin::Authorization
-	use CGI::Application::Plugin::Session
-
-	check authorization in 
-	MVHub::CGIAppBase::cgiapp_prerun
-		restrict access to agency/program records by
-			agency		
-
-		restrict access to run modes by group
-			data_entry	run modes
-			admin 		run modes
-			reports		
-
-	table users/contacts
-		contact_id	Name	email	password	phone
-		
-	agency_contacts
-		agency_id	contact_id
-
-	program_contacts
-		program_id	contact_id
-
-	agency,program table change:
-		add contact_id
-
-	table groups
-		name	group_id
-
-	table user_groups
-		email	group
-
-	user_agencies
-		email	agency_id
-#############
-should have seperate logs for each site
-now: 
-	log/error.log
-later:
-	log/mvh/error.log
-	log/nsp/error.log
-
-#############
-have site specific tmp/ for session info and latex / pdf generation tmp files
-############
-
-if html_templates are shared across sites do away with:
-
-	MVHub::Utils::choose_default_or_custom_file
-		and related PATH info in all.conf
-
-############
-
-move all SQL into SQL::Library
-	--- supplants MVHub::HubSQL
-	--  and various embedded bits
-############
-
-remove all logic related to:
-
-	choose_default_or_custom_file()
-		--we aren't allowing sites to override html::templates
+


Follow ups