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

오픈
george8 달 전을 오픈 · 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명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.