logo
|
Always follow your heart and do things that makes you happy

Resource Registration

In the project "Programming for You & Me' I needed a tool where I can register and organise all the resources that belongs to the project. I first started to register all the resources in a regular text file, but as time pass the resources become more and more. Using the regular file became unorganised and there was multiple duplication of the registrations.

I was eager to find an existing solution so I hadn't need to develop the tool by my self, but the search for an existing solution ended fairly fast. I couldn't find a tool that had the features for my needs. The decision was to start developing this tool.

/posts/resource-registration/001-Resource-regisration.png

Resource regisration

/posts/resource-registration/002-File-registration.png

File registration

/posts/resource-registration/003-Item-registration.png

Item registration

/posts/resource-registration/004-Project-registration.png

Project registration

/posts/resource-registration/005-Category-registration.png

Category registration

/posts/resource-registration/006-Database-connection.png

Database connection

Technical Details
Initial StartedJanuary 04, 2020
FrameworkQt
LanguageC++