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

ResearchContextAPI: implement extend_research_context feature #122

Open
4 tasks
alebg opened this issue Jun 22, 2024 · 0 comments
Open
4 tasks

ResearchContextAPI: implement extend_research_context feature #122

alebg opened this issue Jun 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@alebg
Copy link
Collaborator

alebg commented Jun 22, 2024

Implement a new feature to extend research contexts. The idea is that we'll get an existing research context, and based on it, we'll create a new one that has the same source data, plus some additional. As inputs, we would need:

  • research context title
  • research context description
  • pre-existing research context ID
  • source data ID list

Error cases:

  • The pre-existing research context doesn't exist
  • No new source data is actually passed. I.e., the source data ID list is already contained in the source data ID list of the pre-existing research context

Two relevant features to look at are new_research_context and list_source_data_for_research_context. Most likely, all secondary side functionalities are already present. So we just need:

  • A usecase
  • A presenter
  • A controller
  • An endpoint
@alebg alebg added the enhancement New feature or request label Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants