Small Bug tracking utility in C# with access as database

Discussion in 'Database' started by shabbir, Oct 3, 2006.

  1. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83

    Introduction



    When I was managing a team of five developers I use to distribute the work among the team members and I was using the Excel for making notes of everything but on one day I though of writing a simple program for myself and used one weekend to write the program for my job but I though of sharing the same with you guys. The program is helpful in just allocating the work to the small team members and have a report that allows me to see which member is doing what.

    Disclaimer



    The main aim of this program is not providing a project management software but just to know the status of my each team and dont complain if the program does not do anything that you need. I have included the source code and so you should be able to edit the same and get what you want out of it.

    Using the application



    The main aim of the application is simplicity and so the basic data like team members data, problem type data is kept in text files so that I dont need to write the interface for adding them into databases from the softwares. Open the text file and add a line to the file and you will see the option in the combobox for you to select and if you dont see a good reason to have the name in the file you can type it out each time you add an entry. Just have the database file BugTracker.mdb and all the text files in the same folder as the application.

    Out of interest



    A lot of improvements is possible specially in the areas of validation which can be added for some fields.
     

    Attached Files:

  2. PRamanan

    PRamanan New Member

    Joined:
    Nov 28, 2007
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    0
    Hi shabir,

    I am indulged in developing Online Issue Tracking sytem.For that I have met with a problem in Database creation.

    The Sceneario is "The Database should be specific for each and every group of customers,For example initially A is a company with 10 users accessing the product after two days B is a company with 50 user accessing the same product".In this case the datase base should be provided to the two companies separately to maintain their transaction. How to handle this.

    Any sort of ideas is valuable for me.
    Thanks,
    Ramanan
     
  3. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
  4. srikes

    srikes New Member

    Joined:
    Nov 15, 2008
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Add a field in the datase for example company name etc..
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice