Click here to Skip to main content
15,891,607 members

Anders Molin - Professional Profile



Summary

    Blog RSS
7,191
Author
978
Authority
4,669
Debator
9
Enquirer
77
Organiser
2,633
Participant
0
Editor
Huh! Wink | ;-)

 

Groups

Below is the list of groups in which the member is participating

CEO Integrated Ideas
India India
gasshopper.iics is a group of like minded programmers and learners in codeproject. The basic objective is to keep in touch and be notified while a member contributes an article, to check out with technology and share what we know. We are the "students" of codeproject.

This group is managed by Rupam Das, an active author here. Other Notable members include Ranjan who extends his helping hands to invaluable number of authors in their articles and writes some great articles himself.

Rupam Das is mentor of Grasshopper Network,founder and CEO of Integrated Ideas Consultancy Services, a research consultancy firm in India. He has been part of projects in several technologies including Matlab, C#, Android, OpenCV, Drupal, Omnet++, legacy C, vb, gcc, NS-2, Arduino, Raspberry-PI. Off late he has made peace with the fact that he loves C# more than anything else but is still struck in legacy style of coding.
Rupam loves algorithm and prefers Image processing, Artificial Intelligence and Bio-medical Engineering over other technologies.

He is frustrated with his poor writing and "grammer" skills but happy that coding polishes these frustrations.
This is a Organisation
This member has Member status in this group

115 members

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralRe: What would you want to see in a new Source Control System Pin
Anders Molin12-Jun-03 1:07
professionalAnders Molin12-Jun-03 1:07 
GeneralRe: What would you want to see in a new Source Control System Pin
SteveKing12-Jun-03 1:22
SteveKing12-Jun-03 1:22 
GeneralRe: What would you want to see in a new Source Control System Pin
Paul D'hertoghe12-Jun-03 4:31
professionalPaul D'hertoghe12-Jun-03 4:31 
GeneralRe: What would you want to see in a new Source Control System Pin
LBushkin1-Jul-03 8:17
LBushkin1-Jul-03 8:17 
GeneralWhat would you want in a new Defect Tracker Pin
Anders Molin4-Jun-03 23:58
professionalAnders Molin4-Jun-03 23:58 
GeneralRe: What would you want in a new Defect Tracker Pin
Chris Austin5-Jun-03 4:28
Chris Austin5-Jun-03 4:28 
GeneralRe: What would you want in a new Defect Tracker Pin
Anders Molin6-Jun-03 3:47
professionalAnders Molin6-Jun-03 3:47 
GeneralRe: What would you want in a new Defect Tracker Pin
Paul Watson6-Jun-03 0:13
sitebuilderPaul Watson6-Jun-03 0:13 
1. A good name. BugZilla is taken unfortuanatley Big Grin | :-D

2. A client/manager viewable interface. We are geeks, they are not. They do lots of testing and they are not going to use this system if it looks horrid and is complex to use. I have only just managed to get my sales guys into using a standard bug sheet (Excel.) It started out with all sorts of nice features, but has ended up being a very simple list and that is what they like and can use. They are not stupid, they just don't understand things like the difference between an error message and a description of what they were doing. Simple Mode.

3. How about using the Task List in VS.NET to list the bugs assigned to Developer X? When he ticks something as done it updates the Defect Tracker system. The project lead or manager will assign the bugs and all the developer needs to see are his bugs inside his IDE.

4. Feedback/disccussion/comments on a defect. This is a must IMO. Often someone will report a bug but the description of the problem makes no sense to us developers. We need to be able to click on that defect and write back "What the hell are you talking about?" and then they can write back "Sorry I was drunk when I wrote that bug, what I meant was X Y and Z." So each defect needs a way to be discussed. Only once the developer understands the bug should it then become a fixable/active item. Up to that point it needs to be marked as "Undergoing clarification." I get frustrated with clients when they moan at me for not having fixed bug X when in fact they have not gotten back to me on that bug because I asked them a question about it. Clarifaction.

5. Attach screenshots to bugs, a must.

6. Import facilities. From CSV or Excel. Not all clients will be happy or able to use a web-based defect input screen. So we provide them with a standard Excel spreadsheet which they can input in. Then they email that back and we import it into defect tracker.

7. Quick inputting of many similar bugs. This is where Excel is nice, you can type in a bug and then copy and paste it five times and then go back and change just the small details that are different from bug to bug. e.g. there may be a display bug which affects the Home page, Login page, Client page and Orders page. The bug sheet reflects each bug individually to ensure it is squashed across all those different areas. Now with most defect systems you have to type in the details of a bug, click Save, then click Add, then type in the details again and click Save then click Add etc. But we need an easier way to input than that. Either have a "Copy Bug" button or have a spreadsheet view method of inputting bugs.

8. Really like the idea of linking defects to code versions, very cool idea. We need to make this easy for defect inputters though. My boss and my clients are not going to understand "Select app version." They just want to bang in a defect and leave it up to us to fix. We obviously need to see which version a defect pertains to.

Paul Watson
Bluegrass
Cape Town, South Africa

Chris Losinger wrote:
i hate needles so much i can't even imagine allowing one near The Little Programmer
GeneralRe: What would you want in a new Defect Tracker Pin
Heinz R. Vahlbruch6-Jun-03 19:22
Heinz R. Vahlbruch6-Jun-03 19:22 
GeneralRe: What would you want in a new Defect Tracker Pin
Hans Dietrich11-Jun-03 23:04
mentorHans Dietrich11-Jun-03 23:04 
GeneralRe: What would you want in a new Defect Tracker Pin
Anders Molin12-Jun-03 1:05
professionalAnders Molin12-Jun-03 1:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.