Skip to content

alexnuijten/conference-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conference Manager

Open Source Conference Abstract Voting and Content Selection Apps

App List

app Description
83791 Admin & Review App
120124 Voting App

Install

Run the following scripts in order:

@release/master_install.sql
@release/master_release_v2.sql

The scripts are meant to be executed via command line (sqlcl for example) or uploaded via SQL Workshop from within APEX.

Install the following APEX apps:

@f83791.sql
@f120124.sql

IMPORTANT: Do install the supporting objects from app f120124.

If you change an App ID you'll want to update the parameters that store those values:

begin
  ks_util.set_param('VOTING_APP_ID', '120124');
end;
/

About

Open Source Conference Abstract and Content Selection App

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PLSQL 99.3%
  • Other 0.7%