ncbo / bioportal_web_ui

A Rails application for biological ontologies
http://bioportal.bioontology.org/
Other
21 stars 2 forks source link

List of unused views/code #219

Open syphax-bouazzouni opened 2 years ago

syphax-bouazzouni commented 2 years ago

A list of all our unused views/code

index view name comment related code to remove (todo)
1 home/account.html.erb doest not work because partial users/details do not exist  
2 home/user.html.erb    
3 ontologies/_private_ontology.html.erb no more working,  
4 ontologies/_licensed_ontology.html.erb    
5 notifier/error.html.erb    
6 notifier/signup.html.erb empty file  
7 notifier/lost_password.html.erb    
8 notifier/endlessloop.html.erb    
9 notifier/register_for_announce_list.html.erb empty file  
10 admin/index.html.erb.old removed   
11 admin/_memcache_stats.html.erb removed  
12 shared/_not_browsable.html.erb    
13 search/_concepts.html.erb    
14 search/search.html.erb    
15 search/_results.html.erb    
16 search/_concept_preview.html.erb    
17 notes/_list.html.haml    
18 layouts/minimal.html.erb removed   
19 layouts/_ontology.html.haml refrenced in virtual_show but the condition to be used will be never fulfilled  
20 layouts/angular.html.erb used but we need to update this page to use not deprecated technology (angular_js)  
21 layouts/_head_common.html.erb removed on upstream no locally  
22 layouts/partial.html.erb not working because layouts/js_dataand layouts/head_js doesn’t exist  
23 concepts/_images.html.erb removed   
24 concepts/_images.rhtmlold removed  
25 concepts/_flexviz.html.erb removed  
26 concepts/_software.html.erb    
27 mappings/upload.html.erb    
28 margin_notes/_update.html.erb removed  
29 margin_notes/_proposal.html.erb removed  
30 margin_notes/_show.html.erb removed
31 reviews/index.html.erb removed  
32 reviews/_review.html.haml removed  
33 reviews/edit.html.erb removed  
34 reviews/show.html.erb removed  
35 reviews/new.html.haml removed
jvendetti commented 10 months ago

Marginal notes views removed by this commit: https://github.com/ncbo/bioportal_web_ui/commit/7149982578010b91fba27712b83d1f096b51b27c.

Reviews views removed by this pull request: https://github.com/ncbo/bioportal_web_ui/pull/277.