Skip to content

Commit

Permalink
4.0 rewrite for Godot 4.2 and uses native config files instead of JSO…
Browse files Browse the repository at this point in the history
…N files.
  • Loading branch information
FunNoober committed Jan 27, 2024
1 parent 012212c commit 1d8ac4f
Show file tree
Hide file tree
Showing 50 changed files with 625 additions and 1,702 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .import/.gdignore

This file was deleted.

3 changes: 0 additions & 3 deletions .import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5

This file was deleted.

Binary file not shown.
58 changes: 23 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,23 @@
### Announcement!
This software is getting renamed to BRD-Sharp! Project-BRD, now known as BRD-Sharp is getting many more features and with it, a name change! The Project-BRD name was a name I chose while looking for a name for Project-BRD version 1. Well, this project has changed, and grown so much, to where I think the name should change as well.

For legacy reasons, I will keep the repository name as Project-BRD.

### Introduction
BRD-Sharp is an open source personal project management software made in the Godot Game Engine. We collect absolutely zero data and all files are stored locally on your machine. You can use this software to plan your personal projects using a board and card layout. This layout is efficient for quickly visualizing the progression of tasks.

## Pros and Const of Using BRD-Sharp

### What This Software Is Good At
BRD-Sharp is good at managing personal projects. In the current version of BRD-Sharp there are almost no collaboration features making it hard for multiple people to work on the same project. This software is good at managing personal projects as you can quickly visualize your progression.

### What This Software Is Bad At
This software is not without it's flaws. There are certain things this project is simply not the best at. One of those things is real time collaboration. There currently are no feature support for real time collaboration but that should hopefully be coming in the feature! This software is not good for storing notes or creating flow charts.

### Privacy And Data
Simple, we do not collect, store, or sell users' personal data. No sign-up or account creation required. That is pretty much. The only feature of the device that is needed is access to your filesystem. Without the filesystem, the program would fail to work as it stores your to-do data on your machine. It is possible that feature versions would also need internet permissions.

## More Information About The Software

### What Inspired This Software?
There are many freemium services out there that do something similar to what this program does. The only difference is that this software does not require an account and does not hide features behind a paywall. The only limitations for the amount of boards you can have is how much disk space you have. I also did not like having to remember a password to simply access a to-do list. This program fixes that as it is completely offline with no sign-up required.

### What Is Next for BRD-Sharp?
I hope to get many more features into the software such as realtime collaboration that I have been repeatability mentioning. I also wish to improve the note taking and mind mapping side of the app turning it into something that could actually compete with larger, more enterprise solutions.

### How can you support this software?
You can support this software various ways but one of the biggest, is to use the software yourself, and create bug reports. This keeps BRD-Sharp on top of the competition and makes it a better experience for everybody. I am not currently taking donations.

### External Links:
[BRD-Sharp Github](https://github.com/FunNoober/Project-BRD) \
[BRD-Sharp ItchIo](https://fun-noober.itch.io/project-brd) \
[Fun Noober's Youtube Channel](https://www.youtube.com/c/funnoobercodingforbeginners) \
[Fun Noober's Twitter](https://twitter.com/fun_noober)
# BRD-Sharp 4.0
## 📃 Summary
BRD-Sharp is a downloadable, free and open source personal project management solution based around kanban boards.
## ⚖ License
BRD-Sharp is a free and open source personal project management solution licensed under the MIT license.

## 🔨 Features
- Unlimited kanban boards
- Unlimited cards
- Priorities for individual cards
- No data tracking

## 👍 Pros
- Lightweight
- No-databases
- Portable executable and board files
- Simple UI
- Unlimited boards and cards

## 👎 Cons
- No realtime collaboration
- Only has support for two columns
- No multimedia card support
2 changes: 0 additions & 2 deletions legal/CREDITS

This file was deleted.

21 changes: 0 additions & 21 deletions legal/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion legal/PRIVACY POLICY

This file was deleted.

1 change: 0 additions & 1 deletion program_files/.import/.gdignore

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file removed program_files/Roboto-Regular.ttf
Binary file not shown.
71 changes: 0 additions & 71 deletions program_files/assets/chat boards/NewChatBoard.tscn

This file was deleted.

86 changes: 0 additions & 86 deletions program_files/assets/kanban boards/NewKanbanBoard.tscn

This file was deleted.

43 changes: 0 additions & 43 deletions program_files/assets/kanban boards/NewKanbanItem.tscn

This file was deleted.

33 changes: 0 additions & 33 deletions program_files/assets/note boards/NewNote.tscn

This file was deleted.

Loading

0 comments on commit 1d8ac4f

Please sign in to comment.