Skip to content

Commit

Permalink
#2021 Remove web uploader page
Browse files Browse the repository at this point in the history
  • Loading branch information
RatreeOchn committed Jun 21, 2024
1 parent 581379b commit ad122a8
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 928 deletions.
1 change: 0 additions & 1 deletion app/model/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ exports.news = require('./news');
exports.playlists = require('./playlists');
exports.templates = require('./templates');
exports.soundscapes = require('./soundscapes');
exports.uploads = require('./uploads');
exports.orders = require('./orders');
exports.settings = require('./system-settings');
exports.classifications = require('./classifications');
Expand Down
1 change: 0 additions & 1 deletion app/routes/data-api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ var routes = [
'/orders',
'/jobs',
'/app-listings',
'/uploads'
];


Expand Down
1 change: 0 additions & 1 deletion app/routes/data-api/project/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,5 @@ router.use('/:projectUrl/tags', tagRoutes);
router.use('/:projectUrl/audio-event-detections', require('./audio-event-detections'));
router.use('/:projectUrl/soundscape-composition', require('./soundscape-composition'));
router.use('/:projectUrl/citizen-scientist', require('./citizen-scientist'));
router.use('/:projectUrl/uploads', require('./uploads'));

module.exports = router;
50 changes: 0 additions & 50 deletions app/routes/data-api/project/uploads.js

This file was deleted.

202 changes: 0 additions & 202 deletions app/routes/data-api/uploads.js

This file was deleted.

74 changes: 0 additions & 74 deletions app/utils/upload-queue.js

This file was deleted.

1 change: 0 additions & 1 deletion assets/app/app/audiodata/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ angular.module('a2.audiodata', [
'a2.directive.audio-bar',
'a2.audiodata.sites',
'a2.audiodata.species',
'a2.audiodata.uploads',
'a2.audiodata.recordings',
'a2.audiodata.training-sets',
'a2.audiodata.playlists',
Expand Down
13 changes: 0 additions & 13 deletions assets/app/app/audiodata/uploads/index.js

This file was deleted.

Loading

0 comments on commit ad122a8

Please sign in to comment.