Skip to content

Commit

Permalink
Merge pull request #59 from alercebroker/feat/target_details
Browse files Browse the repository at this point in the history
Update how to
  • Loading branch information
Demurest authored Jun 26, 2024
2 parents 2b36f2a + ab93ab8 commit 5f87c70
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
25 changes: 16 additions & 9 deletions src/ui/components/watchlist/SetFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,34 @@
<v-card class="mx-auto">
<v-card-title>Types of filters</v-card-title>
<v-card-text>
To set a filter on all targets in a watchlist, it's important to first
understand the different types of filters available.
To set a filter on every target in a watchlist, the available filters
are the following:
</v-card-text>

<v-list-item>
<v-list-item-content>
<v-list-item-title
>1. Constant: filter by constant magnitude, notifies all alerts
whose magnitude meets the user's condition, e.g., alert whose
magnitude is less than a value X given by the
user.</v-list-item-title
>
>1. No filter: no filter applied to the targets of a watchlist.
</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item>
<v-list-item-content>
<v-list-item-title
>2. No filter: no filter applied to the targets of a watchlist.
</v-list-item-title>
>2. Constant: filter by constant magnitude, notifies all alerts
whose magnitude meets the user's condition, e.g., alert whose
magnitude is less than a value X given by the
user.</v-list-item-title
>
</v-list-item-content>
</v-list-item>

<v-card-title> Modify a filter of a target </v-card-title>
<v-card-text>
A filter of a target can be modified through the functionalities of the
actions column.
</v-card-text>

<v-card-title> Parameters </v-card-title>
<v-card-text>
To set a filter on all targets in a watchlist, first are some values to
Expand Down
12 changes: 7 additions & 5 deletions src/ui/components/watchlist/UploadCsv.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
<v-list-item>
<v-list-item-content>
<v-list-item-title
>1. The header must be: name, ra, dec, radius and filter (optional),
all in lower case.</v-list-item-title
>
>1. The header should include the following columns in lowercase:
name, ra, dec, radius, and (optionally) filter. For more details,
please refer to the section "set filters".
</v-list-item-title>
</v-list-item-content>
</v-list-item>

Expand Down Expand Up @@ -110,8 +111,9 @@
<v-list-item>
<v-list-item-content>
<v-list-item-title
>10. In the Filters tab you can see all your
targets.</v-list-item-title
>10. In the Filters tab, you can see all your targets. Here you can
modify the properties and conditions of the targets one by
one.</v-list-item-title
>
</v-list-item-content>
</v-list-item>
Expand Down

0 comments on commit 5f87c70

Please sign in to comment.