SarathkumarJ / snapboard

Automatically exported from code.google.com/p/snapboard
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

private posts #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
private posts to certain user(s)

Original issue reported on code.google.com by bs1...@gmail.com on 28 Jan 2007 at 8:29

GoogleCodeExporter commented 8 years ago
Behavior:

Private posts will be shown within a discussion listing as normal.

Original comment by bs1...@gmail.com on 28 Jan 2007 at 8:34

GoogleCodeExporter commented 8 years ago
user inputs a comma and space delimited list of names.

input widget has autocomplete functionality is set to suggest names from user 
database
javascript widget validates all names before submitting

private list is space separated list of integers mapping to user ids

Original comment by bs1...@gmail.com on 29 Jan 2007 at 4:08

GoogleCodeExporter commented 8 years ago
- users will not be allowed to change 

TODO:
- logic is working fairly well; ui (esp. the suggestion box) could use some 
tweaking
- subclass CommaSeparatedIntegerField
- in thread view, ID's instead of names of recipients are shown; fix

Original comment by bs1...@gmail.com on 31 Jan 2007 at 7:18

GoogleCodeExporter commented 8 years ago
incomplete first line above; should read:

users will not be allowed to change the recipients of their posts when editing
existing posts.

Original comment by bs1...@gmail.com on 31 Jan 2007 at 7:19

GoogleCodeExporter commented 8 years ago
private messages implemented.

Original comment by bs1...@gmail.com on 3 Feb 2007 at 3:41