vijos / vj4

The online judge service with millions of submissions, since 2005.
https://vijos.org
GNU Affero General Public License v3.0
531 stars 109 forks source link

Support add a register form for domain. #327

Open Ivecia opened 7 years ago

Ivecia commented 7 years ago

Some domain is used to make some contests, and that's will be easy to collect contestants' information. Some domain is used to be a school's domain, and that's will be easy to collect students' information.

breezewish commented 7 years ago

What is a register list?

Ivecia commented 7 years ago

A form.Sorry..

breezewish commented 7 years ago

When will user fill the form? When joining the domain or attending the contest?

Ivecia commented 7 years ago

If the owner want to open the form, users can fill it by a button on the domain index.

Ivecia commented 7 years ago

And the system can divide users who have fill the form to different groups.

breezewish commented 7 years ago

Is this duplicates to https://github.com/vijos/vj4/issues/285?

Ivecia commented 7 years ago

We can link this issue to the issue 285, because this issue is a part of 285. But the issue 285 is a status for users, this is a project for users...

breezewish commented 7 years ago

Then what is the difference? What do you mean by "Project for users"? If I understand correctly, both of them need users to fill out the form..

twd2 commented 6 years ago

This is a form when joining the domain. Users must fill?

breezewish commented 6 years ago

@twd2 We could implement as: no matter which page user visits, if there are missing fields required, the user must fill them.

Ivecia commented 6 years ago

This issue is solved by the code of invitation.

breezewish commented 6 years ago

Re-open. The register form is not related to the domain invitation. One is adding meta data for domain members, one is providing alternative ways to become a domain member. In addition, the register form PR is work in progress.