davidcr01 / WordlePlus

Repository to store all the documentation, files and structure of my Final Degree Project (TFG in Spanish). The main goal is to develop, as full-stack web developer, a remodel of the Wordle game, including more features and functionalities using Ionic, Django REST Api and PostgreSQL.
1 stars 0 forks source link

Accept friend request (S7) #46

Closed davidcr01 closed 1 year ago

davidcr01 commented 1 year ago

Description

As a player, is necessary to implement a new logic to search for another player by its username and send a friend request.

davidcr01 commented 1 year ago

Update Report

The controller of the acceptance of the request was implemented in https://github.com/davidcr01/WordlePlus/issues/45#issuecomment-1622619734.

The view and testing of the acceptance of the request was implemented in https://github.com/davidcr01/WordlePlus/issues/45#issuecomment-1623890703