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

Search and Recommendation algorithm #3

Open
Brend-Smits opened this issue Apr 19, 2020 · 8 comments
Open

Search and Recommendation algorithm #3

Brend-Smits opened this issue Apr 19, 2020 · 8 comments

Comments

@Brend-Smits
Copy link
Member

In GitLab by @Brend-Smits on Mar 9, 2020, 13:04

  • Highlight projects on frontpage
  • Search feature
  • Search recommendation
  • Research: What ways are applicable to show interesting projects from the community on top of the search results or recommendations (page views, likes, forks, contributions as an example) (Priority)
  • Research: How can we design an algorithm for search and recommendation while keeping the algorithm easy to maintain and extendible in the future? (Priority)

Issues:

@Brend-Smits
Copy link
Member Author

In GitLab by @Brend-Smits on Mar 24, 2020, 14:28

moved from dex-backend#27

@Brend-Smits
Copy link
Member Author

In GitLab by @Brend-Smits on Mar 24, 2020, 14:42

User Story: As a guest, I want to be able to search for projects on the platform so that I can find useful projects
Criteria:

  1. Assuming the user is on the home or project overview page, it should show search field that the user can use to search by project keyword(= project name, something matching the project description) to find relevant projects
  2. While searching, it should show a “loading” sign to the user to indicate that the system is searching
  3. If no results are found, we should let the user know and recommend other search terms
  4. The platform shows the number of search results under the search field

@Brend-Smits
Copy link
Member Author

In GitLab by @Brend-Smits on Mar 24, 2020, 14:43

User Story: As a user, I want to receive recommendations on projects that I might find interesting so that I can more easily explore new and useful projects that are tailored towards my profile
Criteria:

  1. Assuming the user is on the home or project overview page, it should show the user recommended projects in a card overview with an image, name, and description showcasing the project. It should also tell the user why this is recommended: “Based on your interest in Educational Software, we think you may like these projects: … “
  2. If the user is new to the platform, no recommendations should be shown.

@Brend-Smits
Copy link
Member Author

In GitLab by @Brend-Smits on Mar 24, 2020, 15:39

changed the description

@Brend-Smits
Copy link
Member Author

In GitLab by @Brend-Smits on Mar 24, 2020, 15:42

changed the description

1 similar comment
@Brend-Smits
Copy link
Member Author

In GitLab by @Brend-Smits on Mar 24, 2020, 15:42

changed the description

@Brend-Smits
Copy link
Member Author

In GitLab by @Brend-Smits on Mar 29, 2020, 20:05

changed the description

@Brend-Smits
Copy link
Member Author

In GitLab by @Brend-Smits on Mar 29, 2020, 20:12

changed the description

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

1 participant