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

Maximum number of characters in each field #3

Closed
damithc opened this issue May 2, 2014 · 6 comments
Closed

Maximum number of characters in each field #3

damithc opened this issue May 2, 2014 · 6 comments
Labels
p.High Significant impact; would like to do in the next few releases

Comments

@damithc
Copy link
Contributor

damithc commented May 2, 2014

From parksoon...@gmail.com on November 09, 2010 01:35:09

What steps will reproduce the problem? 1. Input characters in evaluation field until the max (no more extra character is allowed)
2. Submit the form 3. What is the expected output? What do you see instead? The limitation on number of characters of textarea should limit it to be 450 characters, such that submission can be done smoother. Instead, textarea allows a maximum of 451 characters. Submitting will cause a warning and submission terminated. This isn't that desirable since the textarea with "violation" is not highlighted to user too. What version of the product are you using? On what operating system? Version: Not Sure. OS: Microsoft Windows 7 Professional Please provide any additional information below.

Original issue: http://code.google.com/p/teammatespes/issues/detail?id=3

@damithc
Copy link
Contributor Author

damithc commented May 2, 2014

From jdwxj...@gmail.com on February 07, 2011 07:15:01

Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-High

@damithc
Copy link
Contributor Author

damithc commented May 2, 2014

From jdwxj...@gmail.com on February 07, 2011 07:16:47

Status: Fixed

@damithc
Copy link
Contributor Author

damithc commented May 2, 2014

From smkhaa...@gmail.com on September 03, 2011 10:20:36

Owner: jdwxj...@gmail.com

@damithc
Copy link
Contributor Author

damithc commented May 2, 2014

From smkhaa...@gmail.com on March 14, 2012 04:49:03

Status: Done

@damithc
Copy link
Contributor Author

damithc commented May 2, 2014

From dam...@gmail.com on December 17, 2012 02:48:19

Labels: Milestone-V4.x

@damithc
Copy link
Contributor Author

damithc commented Jul 25, 2014

[Change Log]
status: ~> closed

LowWeiLin pushed a commit that referenced this issue Apr 4, 2015
ashrayjain added a commit that referenced this issue Mar 31, 2016
whipermr5 added a commit to whipermr5/teammates that referenced this issue Apr 9, 2017
hcwong pushed a commit to hcwong/teammates that referenced this issue Feb 29, 2020
* Add sessions search endpoint

* Add tests

* Fix lint errors
hcwong pushed a commit to hcwong/teammates that referenced this issue Mar 10, 2020
* Add sessions search endpoint

* Add tests

* Fix lint errors
xpdavid pushed a commit that referenced this issue Mar 17, 2020
* Implement search student endpoint

* Implement instructors search endpoint (#2)

* Add instructor search endpoint

* Add tests

* Switch from SearchInstructorsData to InstructorsData (#6)

* Switch from SearchStudentsData to StudentsData (#7)

* Allow travis to build search migration branch (#5)

* Implement sessions search endpoint (#3)

* Add sessions search endpoint

* Add tests

* Fix lint errors

* Add course endpoint (#8)

* Implement Links Endpoint (#4)

* Add googleId  field to StudentData (#9)

* Add googleid to studentdata

* Add nullable to student data

* Improve search response classes (#12)

* Improve students endpoint classes

* Move joinState attribute from common to student

* Improve instructors endpoint classes

* Revert "Add googleId  field to StudentData (#9)"

This reverts commit b5d46ca.

* Revert unnecessary InstructorData changes

* Fix typo

* Make joinState common

* Make names sane again

* Remove unused setters

* Standardize search endpoints (#13)

* Improve course endpoint class names

* Improve links endpoint class names

* Improve sessions endpoint class names

* Standardize comments

* Fix import order

* Revert travis config

* Split PR

* Revert to existing response classes

* Allow some attributes to be optional

* Improve information hiding logic

* Improve resource name

Co-authored-by: Joshua Wong <joshwonghc@gmail.com>
xpdavid added a commit that referenced this issue Mar 17, 2020
* Implement search student endpoint

* Implement instructors search endpoint (#2)

* Add instructor search endpoint

* Add tests

* Switch from SearchInstructorsData to InstructorsData (#6)

* Switch from SearchStudentsData to StudentsData (#7)

* Allow travis to build search migration branch (#5)

* Implement sessions search endpoint (#3)

* Add sessions search endpoint

* Add tests

* Fix lint errors

* Add course endpoint (#8)

* Implement Links Endpoint (#4)

* Add googleId  field to StudentData (#9)

* Add googleid to studentdata

* Add nullable to student data

* Improve search response classes (#12)

* Improve students endpoint classes

* Move joinState attribute from common to student

* Improve instructors endpoint classes

* Revert "Add googleId  field to StudentData (#9)"

This reverts commit b5d46ca.

* Revert unnecessary InstructorData changes

* Fix typo

* Make joinState common

* Make names sane again

* Remove unused setters

* Standardize search endpoints (#13)

* Improve course endpoint class names

* Improve links endpoint class names

* Improve sessions endpoint class names

* Standardize comments

* Fix import order

* Revert travis config

* Split PR

* Revert to existing response classes

* Fix lint

* Improve information hiding logic

* Improve resource name

Co-authored-by: Joshua Wong <joshwonghc@gmail.com>
Co-authored-by: Xiao Pu <xp.xiaopu@gmail.com>
hcwong pushed a commit to hcwong/teammates that referenced this issue Mar 17, 2020
* Add sessions search endpoint

* Add tests

* Fix lint errors
hcwong pushed a commit to hcwong/teammates that referenced this issue Mar 17, 2020
* Add sessions search endpoint

* Add tests

* Fix lint errors
hcwong pushed a commit to hcwong/teammates that referenced this issue Mar 27, 2020
* Add sessions search endpoint

* Add tests

* Fix lint errors
hcwong pushed a commit to hcwong/teammates that referenced this issue Apr 5, 2020
* Add sessions search endpoint

* Add tests

* Fix lint errors
hcwong added a commit that referenced this issue Apr 7, 2020
* Implement search student endpoint

* Implement instructors search endpoint (#2)

* Add instructor search endpoint

* Add tests

* Switch from SearchInstructorsData to InstructorsData (#6)

* Switch from SearchStudentsData to StudentsData (#7)

* Allow travis to build search migration branch (#5)

* Implement sessions search endpoint (#3)

* Add sessions search endpoint

* Add tests

* Fix lint errors

* Add course endpoint (#8)

* Implement Links Endpoint (#4)

* Add googleId  field to StudentData (#9)

* Add googleid to studentdata

* Add nullable to student data

* Improve search response classes (#12)

* Improve students endpoint classes

* Move joinState attribute from common to student

* Improve instructors endpoint classes

* Revert "Add googleId  field to StudentData (#9)"

This reverts commit b5d46ca.

* Revert unnecessary InstructorData changes

* Fix typo

* Make joinState common

* Make names sane again

* Remove unused setters

* Standardize search endpoints (#13)

* Improve course endpoint class names

* Improve links endpoint class names

* Improve sessions endpoint class names

* Standardize comments

* Fix import order

* Revert travis config

* Split PR

* Revert to existing response classes

* Allow some attributes to be optional

* Improve information hiding logic

* Add key and institute field to students

* Improve resource name

* Fix rebase issues

* lint

* Fix str equality

Co-authored-by: Daryl Chan <6095637+dvrylc@users.noreply.github.com>

* Add mapping for courseId to instructorId

Co-authored-by: Daryl Chan <6095637+dvrylc@users.noreply.github.com>

* Fix some comments

* Move key generation logic to studentData

* Modify to avoid O(n^2) calls

* Hide Key for instructor

* Fix comments

* Add helpful comment

* Fix comments

* Fix comments again

* Rebuild travis

Co-authored-by: Daryl Chan <6095637+dvrylc@users.noreply.github.com>
Co-authored-by: Daryl Chan <dckj95@gmail.com>
hcwong pushed a commit to hcwong/teammates that referenced this issue Apr 7, 2020
* Add sessions search endpoint

* Add tests

* Fix lint errors
hcwong pushed a commit to hcwong/teammates that referenced this issue Apr 11, 2020
* Add sessions search endpoint

* Add tests

* Fix lint errors
ypinhsuan pushed a commit to ypinhsuan/teammates that referenced this issue Jun 4, 2021
Add copy-button and corresponding copy-method to courses
weiquu referenced this issue in weiquu/teammates Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p.High Significant impact; would like to do in the next few releases
Projects
None yet
Development

No branches or pull requests

1 participant