Editing Software Development Tasks

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 30: Line 30:
#* When username contains the word "javul", we are shown an alert that says "this username already exists...". The first thing to notice is grammar so change the alert from "The username already exist in system." to: "This username already exists in the system."Β  <br/> Next the alert is actually incorrect. The alert should actually be something like "this username is not allowed". The relevant place in code where this alert is generated: https://github.com/javulorg/javul/blob/master/resources/views/auth/register.blade.php#L164 <br/>I would like to disable this rule (so we can allow Javul in the username). Same is true for any username containing the word "admin". This rule is OK but the alert that disallows the username should say "Usernames cannot contain the word 'admin'"
#* When username contains the word "javul", we are shown an alert that says "this username already exists...". The first thing to notice is grammar so change the alert from "The username already exist in system." to: "This username already exists in the system."Β  <br/> Next the alert is actually incorrect. The alert should actually be something like "this username is not allowed". The relevant place in code where this alert is generated: https://github.com/javulorg/javul/blob/master/resources/views/auth/register.blade.php#L164 <br/>I would like to disable this rule (so we can allow Javul in the username). Same is true for any username containing the word "admin". This rule is OK but the alert that disallows the username should say "Usernames cannot contain the word 'admin'"
#* Now we need to check what happens if we actually try to register a username that already exists.
#* Now we need to check what happens if we actually try to register a username that already exists.
#"Remember me" login needs to be long, as long as possible. Cookie expire, maybe 30 days. Timer resets back to 0 on every visit (if possible). Or implement a standard way so user stays logged in
#Create system for Email confirmation. So wherever a username enters their email (either user registration or later in account settings), we want to send a confirmation email. Confirmation link expires in 72 hours. When email link is clicked, this sets a flag in the system for email confirmation. User can re-send confirmation email if not confirmed yet.
#Create system for Email confirmation. So wherever a username enters their email (either user registration or later in account settings), we want to send a confirmation email. Confirmation link expires in 72 hours. When email link is clicked, this sets a flag in the system for email confirmation. User can re-send confirmation email if not confirmed yet.
# Task Creation Estimated time. In Task Creation, estimated time From and To should be blank by default.
# Task Creation Estimated time. In Task Creation, estimated time From and To should be blank by default.
Please note that all contributions to Javul are considered to be released under the Creative Commons Attribution-ShareAlike (see Javul:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)