Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default to LOOK proposal when scheduling LOOK targets #631

Open
talister opened this issue Nov 16, 2023 · 1 comment
Open

Default to LOOK proposal when scheduling LOOK targets #631

talister opened this issue Nov 16, 2023 · 1 comment
Assignees

Comments

@talister
Copy link
Member

No description provided.

@talister talister self-assigned this Nov 16, 2023
@talister
Copy link
Member Author

To clarify, there's (at least) 2 solutions:

  1. A quick hack would be to pick the active Proposal with 'LOOK' in it if the Body.origin='O' either by re-ordering the proposal selection box in the scheduling form or by changing the default in the picker (forget whether that is supported in Django/HTML)
  2. The better more general solution would be to add the idea of a preferred Proposal for each User either by superclassing User or adding a boolean field into ProposalPermission and emitting the preferred proposal first when building the choices for the proposal selection box in the scheduling form. This would require a DB migration, albeit a small one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants