gwu-libraries / gw-sufia

GWU Libraries Self-Deposit Prototype - based on Sufia 4
2 stars 1 forks source link

Consider Proxy-Deposit Workflows #63

Closed kilahimm closed 9 years ago

kilahimm commented 10 years ago

What would be involved in bringing over Proxy-Deposit workflow from ScholarsSphere to Sufia?

mjgiarlo commented 10 years ago

Proxy deposit, "sticky" proxies, and ownership transfers (all related to proxy deposit) are spread throughout these files in ScholarSphere:

:white_check_mark: ./app/assets/javascripts/application.js :white_check_mark: ./app/assets/javascripts/proxy_rights.js :white_check_mark: ./app/assets/javascripts/transfers.js :white_check_mark: ./app/assets/javascripts/user_search.js :white_check_mark: ./app/assets/stylesheets/application.css :white_check_mark: ./app/assets/stylesheets/application-landing.css :white_check_mark: ./app/assets/stylesheets/proxy_rights.css.scss :white_check_mark: ./app/assets/stylesheets/transfers.css.scss :white_check_mark: ./app/controllers/depositors_controller.rb :white_check_mark: ./app/controllers/generic_files_controller.rb :white_check_mark: ./app/controllers/transfers_controller.rb :white_check_mark: ./app/helpers/application_helper.rb :white_check_mark: ./app/models/ability.rb :white_check_mark: ./app/models/datastreams/properties_datastream.rb :white_check_mark: ./app/models/generic_file.rb :white_check_mark: ./app/models/proxy_deposit_request.rb :white_check_mark: ./app/models/proxy_deposit_rights.rb :white_check_mark: ./app/models/user.rb :white_check_mark: ./app/views/generic_files/proxy.html.erb :white_check_mark: ./app/views/generic_files/upload/_form.html.erb :white_check_mark: ./app/views/transfers/index.html.erb :white_check_mark: ./app/views/transfers/new.html.erb :white_check_mark: ./app/views/users/edit.html.erb :white_check_mark: ./app/views/users/_proxy_rights.html.erb :white_check_mark: ./app/views/_user_util_links.html.erb :white_check_mark: ./config/resque-pool.yml :white_check_mark: ./config/routes.rb :white_check_mark: ./db/migrate/20130422192437_create_proxy_deposit_requests.rb :white_check_mark: ./db/migrate/20130611161958_create_proxy_deposit_rights.rb :white_check_mark: ./lib/scholarsphere/jobs/content_depositor_change_event_job.rb :white_check_mark: ./spec/controllers/depositors_controller_spec.rb :white_check_mark: ./spec/controllers/generic_files_controller_spec.rb :white_check_mark: ./spec/controllers/transfers_controller_spec.rb :white_check_mark: ./spec/factories/proxy_deposit_requests.rb :white_check_mark: ./spec/features/create_ownership_change_request_spec.rb :white_check_mark: ./spec/features/manage_ownership_change_request_spec.rb :white_check_mark: ./spec/features/proxy_spec.rb :white_check_mark: ./spec/models/ability_spec.rb :white_check_mark: ./spec/models/content_depositor_change_event_job_spec.rb :white_check_mark: ./spec/models/generic_file_spec.rb :white_check_mark: ./spec/models/properties_datastream_spec.rb :white_check_mark: ./spec/models/proxy_deposit_request_spec.rb :white_check_mark: ./spec/models/user_spec.rb :white_check_mark: ./spec/routing/route_spec.rb :white_check_mark: ./spec/spec_helper.rb

kilahimm commented 10 years ago

Do you think this is something you'd be able to work on during your remaining time with us Mike? We can discuss tomorrow during our call.

mjgiarlo commented 10 years ago

Possibly, yes -- it depends upon how much time full-text indexing takes. Do you have a preference as to which I tackle first? I think full-text indexing will take less time, FWIW.

kilahimm commented 10 years ago

Let's start with full-test indexing and if time permits move onto this ticket. Consider these your focus. Thanks!

mjgiarlo commented 10 years ago

Great, will do!

On Thu, Jun 19, 2014 at 3:01 PM, kilahimm notifications@github.com wrote:

Let's start with full-test indexing and if time permits move onto this ticket. Consider these your focus. Thanks!

— Reply to this email directly or view it on GitHub https://github.com/gwu-libraries/gw-sufia/issues/63#issuecomment-46622695 .