Skip to content

OrtStudios/ProjectTime

Repository files navigation

Project Time

created by ShakedKod

Content table

What is Project Time?

This is Project Time, the project manager for the people that don't have time. Project Time supports:

Watch the introduction

Watch The Introduction

How to install Project Time

The easiest way to install is:

  1. go to the Project Time Website
  2. click on the download button and wait
  3. follow the steps in the installer
  4. use Project Time

if you steal don't understand, you can watch this youtube video.

How to tweak this project for your own uses

  1. clone the project from the repository
  2. open the project in your IDE, preferably Visual Studio Code
  3. you can change the code in two diffrent locations:
    • Core/src - the source code of the backhand of the project(the core)
    • ProjectTime/lib - the source code of the project UI and main app
  4. when you are done, you can build the project with the build.bat <platform> file
    • the project should work on all desktop platforms like Windows, Linux, and Mac.
  5. go to the /ProjectTime/build/windows/runner/Release/
  6. open the file named project_time.exe with Resource Hacker
  7. change the icon to the icon at: /ProjectTime/assets/images/logoIcon.ico with the command from the menu Action called Replace Icon ... or use the shortcut Ctrl + R
  8. delete the project_time.exe file, and change the name of the newly created file project_time_original.exe to ProjectTime.exe.
  9. create a new folder in /ProjectTime/build/windows/runner/Release/ called assets and move the Core dll to there. (To be automated)
  10. use your version of Project Time ;)