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

Crud for Repositories ( Busy man scenario ) #9

Closed
2 tasks done
geeksesi opened this issue Apr 1, 2023 · 2 comments · Fixed by #35 or #46
Closed
2 tasks done

Crud for Repositories ( Busy man scenario ) #9

geeksesi opened this issue Apr 1, 2023 · 2 comments · Fixed by #35 or #46
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@geeksesi
Copy link
Collaborator

geeksesi commented Apr 1, 2023

as you can see on #8 we need a form for a busy man to submit their project.

then he can manage them on his dashboard:

technical

  • have a model called Repo ( do not name it Repository because conflicts naming with the Repository pattern )
  • use soft delete for deletion
  • do this on user dashboard.
  • for now just store it and do nothing. :)
  • it will be awesome if we have some test for the crud. ( simple one )
@geeksesi geeksesi added enhancement New feature or request good first issue Good for newcomers labels Apr 1, 2023
@geeksesi geeksesi self-assigned this Apr 2, 2023
@vassilidev
Copy link
Collaborator

Fetch repo from username with "get user repo list" saloon request

geeksesi added a commit that referenced this issue Apr 5, 2023
geeksesi added a commit that referenced this issue Apr 5, 2023
geeksesi added a commit that referenced this issue Apr 5, 2023
@geeksesi geeksesi linked a pull request Apr 5, 2023 that will close this issue
geeksesi added a commit that referenced this issue Apr 6, 2023
geeksesi added a commit that referenced this issue Apr 6, 2023
geeksesi added a commit that referenced this issue Apr 6, 2023
geeksesi added a commit that referenced this issue Apr 6, 2023
geeksesi added a commit that referenced this issue Apr 7, 2023
geeksesi added a commit that referenced this issue Apr 7, 2023
geeksesi added a commit that referenced this issue Apr 8, 2023
geeksesi added a commit that referenced this issue Apr 8, 2023
geeksesi added a commit that referenced this issue Apr 9, 2023
@geeksesi geeksesi reopened this Apr 10, 2023
geeksesi added a commit that referenced this issue Apr 10, 2023
…busy-man-scenario

#9 refactor remove unused and uncompleted files
geeksesi added a commit that referenced this issue Apr 10, 2023
…busy-man-scenario

#9 feat: do not send request for thirdparty repositories each time.
@geeksesi
Copy link
Collaborator Author

thank you Vasili it's done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
2 participants