Skip to content

Commit

Permalink
Remove CUAHSI archiving. Archiving will return in a more modular way …
Browse files Browse the repository at this point in the history
…in the future.
  • Loading branch information
zastruga committed Mar 27, 2019
1 parent 5d4cdd9 commit 2b5be4b
Show file tree
Hide file tree
Showing 42 changed files with 22 additions and 1,357 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The [CHORDS website](http://chordsrt.com) is the offical documentation for CHORDS.

There are also condensed instructions for running the
There are also condensed instructions for running the
[CHORDS Docker containers](https://github.com/NCAR/chords/wiki/Running-CHORDS).

The [CHORDS wiki](https://github.com/NCAR/chords_portal/wiki) has lots of nitty-gritty information.
Expand All @@ -16,8 +16,8 @@ The goal is to demonstrate that:
* The development and deployment workflow can be rational and organized,
allowing multiple developers to contribute to a simple, robust and maintainable system.
* The user experience allows novices to deploy a new CHORDS Portal instance with a minimum
web infrastructure knowledge. This instance allows them to immediately receive,
archive and serve real-time data from simple instruments.
web infrastructure knowledge. This instance allows them to immediately receive and serve real-time
data from simple instruments.

This project will provide experience in:
* DevOps (in general) for the CHORDS developers.
Expand All @@ -30,11 +30,11 @@ functionality:
and customization.
* A query that can receive a tupple of data, and ingest it into the database.
* A query that can return data from the database.
* A webpage that can navigate and show data in a tabular form, and perhaps
* A webpage that can navigate and show data in a tabular form, and perhaps
deliver a CSV file.
* A webpage that provides a URL builder, than can be used immediately, and used
as a template for client applications.
* A webpage which provides a summary of the current data holdings and
* A webpage which provides a summary of the current data holdings and
ingest activity.

This project is sponsored by funding from the National Science Foundation under ICER awards 1639750, 1639640, 1639570, 1639554 and 1639720.
2 changes: 1 addition & 1 deletion app/controllers/api/v1/sites_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def destroy

private
def site_params
params.require(:site).permit(:name, :lat, :lon, :elevation, :description, :site_type_id, :cuahsi_site_code)
params.require(:site).permit(:name, :lat, :lon, :elevation, :description, :site_type_id)
end
end
end
Expand Down
69 changes: 0 additions & 69 deletions app/controllers/archive_jobs_controller.rb

This file was deleted.

270 changes: 0 additions & 270 deletions app/controllers/archives_controller.rb

This file was deleted.

Loading

0 comments on commit 2b5be4b

Please sign in to comment.