mirror of
https://github.com/agdamsbo/prioritized.grouping.git
synced 2025-09-12 02:29:40 +02:00
ui tweaks
This commit is contained in:
parent
a576a580db
commit
d6c266ad16
3 changed files with 7 additions and 2 deletions
4
NEWS.md
4
NEWS.md
|
@ -1,3 +1,7 @@
|
||||||
|
## Version 25.1.1
|
||||||
|
|
||||||
|
UI tweaks and first release to Zenodo.
|
||||||
|
|
||||||
## Version 24.10.2
|
## Version 24.10.2
|
||||||
|
|
||||||
Working to allow direct import of online form results
|
Working to allow direct import of online form results
|
||||||
|
|
4
app/ui.R
4
app/ui.R
|
@ -101,8 +101,8 @@ ui <- bslib::page_sidebar(
|
||||||
".csv", ".xls", ".xlsx", ".ods"
|
".csv", ".xls", ".xlsx", ".ods"
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
strong("Columns: ID, group1, group2, ... groupN."),
|
# strong("Columns: ID, group1, group2, ... groupN."),
|
||||||
strong("NOTE: 0s will be interpreted as lowest score."),
|
# strong("NOTE: 0s will be interpreted as lowest score."),
|
||||||
# p("Cells should contain cost/priorities.
|
# p("Cells should contain cost/priorities.
|
||||||
# Lowest score, for highest priority.
|
# Lowest score, for highest priority.
|
||||||
# Non-ranked should contain a number (eg lowest score+1).
|
# Non-ranked should contain a number (eg lowest score+1).
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
|
ProjectId: c98c3ae1-7039-4211-9720-ad58412f373f
|
||||||
|
|
||||||
RestoreWorkspace: Default
|
RestoreWorkspace: Default
|
||||||
SaveWorkspace: Default
|
SaveWorkspace: Default
|
||||||
|
|
Loading…
Add table
Reference in a new issue