Closed Utkub24 closed 6 months ago
Please before continuing your work @Utkub24, refresh your .env file according to the wiki entry. I had to update its variable names so that both the Makefile and the nestJS application could use it without weird name conventions and redefinitions.
@Utkub24 Why would you remove the checklist before converting the PR from a draft? Now we have to manually copy-paste them after we are done.
Let's not remove these checklists before the PR is ready.
copy-paste
Is this intentional?
copy-paste
Is this intentional?
'course it is.
@Utkub24 I need your help writing the description here. I think the PR is ready.
I checked the files a bit, as for follow-up suggestions, we need to have to routes to be used in the client side that:
Will also check the PR very soon, things seem pretty cool though, good job :+1:
Also for follow-up, we do not have routes for registering participants, and creating new raffles
Also for follow-up, we do not have routes for registering participants, and creating new raffles
Oh, right. Can you please create an issue for this? Or separate issues?
Closes #1
I (@HuseyinSimsek7904 not @Utkub24) got bored so I decided to create database services for the project. I did not have 5 PRs that are ready and waiting for review, so you are completely right to say that I should not be bored.
Explanation of the contents of the PR
The PR has two main parts: the makefile and interface/service/controllers for the database. The makefile is updated so that the developer can generate a valid database for experiments and tests. The code changes contain new interfaces and other database management programs for the database entries types:
user
,raffle
andparticipant
. There is alsoformQuestion
interface which is used for storing the information of the form questions that the raffle table contains.Future plans
Currently we do not have any plans. We should discuss this as soon as possible.
Notes