#12 As a user I would like to specify the format and type of proposal information printed

Открыто
8 месяцев назад открыта george · комментариев: 3
George C. Privon прокомментировал 8 месяцев назад

The format should be added to the config.rkt file. This will modify the (printprop) function. Possible fields include:

  • ID (internal to this tool)
  • telescope
  • solicitation
  • proposal title
  • PI name
  • Co-I list
  • proposal status
  • proposal type
  • submitting organization
  • organization's proposal ID
  • submission date
  • result date
The format should be added to the `config.rkt` file. This will modify the `(printprop)` function. Possible fields include: - ID (internal to this tool) - telescope - solicitation - proposal title - PI name - Co-I list - proposal status - proposal type - submitting organization - organization's proposal ID - submission date - result date
George C. Privon прокомментировал 8 месяцев назад
Владелец

A possible encoding for this is:

Ref. Field
I (internal ID)
T telescope
C call/solicitation
P proposal title
PI PI
CoI Co-I list
S Status
PT Proposal type
SO Submitting org
OI organization ID
SD submission date
RD result date

Variables could be prefixed with % (and the literal "%" would be denoted as %%).

The current output format would then be defined as:

%I: %T(%C; PI: %PI) "%P"

A possible encoding for this is: |Ref. | Field | |-----|-------------------| |I | (internal ID) | |T | telescope | |C | call/solicitation | |P | proposal title | |PI | PI | |CoI | Co-I list | |S | Status | |PT | Proposal type | |SO | Submitting org | |OI | organization ID | |SD | submission date | |RD | result date | Variables could be prefixed with `%` (and the literal "%" would be denoted as `%%`). The current output format would then be defined as: `%I: %T(%C; PI: %PI) "%P"`
George C. Privon прокомментировал 8 месяцев назад
Владелец

This will also require dynamically updating the SQL queries to ensure the correct information is returned.

This will also require dynamically updating the SQL queries to ensure the correct information is returned.
George C. Privon прокомментировал 8 месяцев назад
Владелец

Having the codes be single-character would simplify parsing...

Having the codes be single-character would simplify parsing...
Войдите, чтобы присоединиться к обсуждению.
Нет этапа
Нет ответственного
1 участников
Загрузка...
Отмена
Сохранить
Пока нет содержимого.