[Codestriker-user] Feature request
Brought to you by:
sits
|
From: Matthew H. <mat...@wa...> - 2004-02-07 01:02:14
|
David,
=20
The following two concerns have been identified:
=20
1) Developers being able to create topics under a different developer's
e-mail, as well as the rights to delete topics.
- Suggested solution =3D> Add rights related to logging into
CodeStriker
Rights:
Admin Rights:
Delete topics
Add, Edit, Delete, Modify rights of users
=20
Basic Rights (functionality):
Create topics
"Your e-mail address field" will be disabled and
automatically filled in with user login (user e-mail)
=20
<For now we could add users via SQL into the database, but it would be
nice to have a "Users" section to "Add, Edit, Delete, Change rights,
etc.">
=20
2) Multiple differential data for the same CVS file. The scenario came
up that developers need to be able to commit code multiple times to
correlate work with another developer, but be able to save all the
differences that they have made to a particular file over a period of
time before the modifications were reviewed. Other developers would also
be committing their changes, so the differences saved should only
include what the first developer changed. Hopefully the following
example illustrates.
=20
Here is the original file (append.test):
#This is a test
test =3D 0
#To see how to append
append =3D 0
#Differential information from different revisions
diffs =3D 0
#Into one diff file
file =3D 0
=20
A text file contains all the unidiffs that were done on the file prior
to committing the change concatenated together into one file.
Here is the final diff file (append.diff):
=20
Index: append.test
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/test/append.test,v
retrieving revision 1.1
diff -u -r1.1 append.test
--- append.test 6 Feb 2004 23:01:29 -0000 1.1
+++ append.test 6 Feb 2004 23:02:32 -0000
@@ -1,7 +1,7 @@
#This is a test
test =3D 0
#To see how to append
-append =3D 0
+append =3D 1
#Differential information from different revisions
diffs =3D 0
#Into one diff file
Index: append.test
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/test/append.test,v
retrieving revision 1.2
diff -u -r1.2 append.test
--- append.test 6 Feb 2004 23:03:27 -0000 1.2
+++ append.test 6 Feb 2004 23:03:53 -0000
@@ -3,6 +3,6 @@
#To see how to append
append =3D 1
#Differential information from different revisions
-diffs =3D 0
+diffs =3D 1
#Into one diff file
file =3D 0
Index: append.test
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/test/append.test,v
retrieving revision 1.3
diff -u -r1.3 append.test
--- append.test 6 Feb 2004 23:04:49 -0000 1.3
+++ append.test 6 Feb 2004 23:05:06 -0000
@@ -1,5 +1,5 @@
#This is a test
-test =3D 0
+test =3D 1
#To see how to append
append =3D 1
#Differential information from different revisions
Index: append.test
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/test/append.test,v
retrieving revision 1.4
diff -u -r1.4 append.test
--- append.test 6 Feb 2004 23:05:27 -0000 1.4
+++ append.test 6 Feb 2004 23:06:27 -0000
@@ -5,4 +5,4 @@
#Differential information from different revisions
diffs =3D 1
#Into one diff file
-file =3D 0
+file =3D 1
=20
When I upload the diff file to CodeStriker, I would like each revision
differential to be contained in its own section. CodeStriker currently
puts all the differentials under the same file notwithstanding the
revision is different.
=20
Anyway, I know this is a handful. Please let me know what you think of
the suggestions and if you'd like any clarifications on what I am
suggesting.
=20
Thanks again for all the help!
=20
Matthew Hailstone
Team Lead - Software UI Department
Waterford Institute
Phone: 801.938.1722=20
=20
*************************************=20
This e-mail may contain privileged or confidential material intended for =
the named recipient only.=20
If you are not the named recipient, delete this message and all =
attachments.=20
Unauthorized reviewing, copying, printing, disclosing, or otherwise =
using information in this e-mail is prohibited.=20
We reserve the right to monitor e-mail sent through our network. =20
*************************************=20
|