Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
inaba46255yBasically what I do some of the time for my personal projects. Can't always be arsed to convert them to issues when I know what they are :v
https://github.com/inabahare/lewd2/... -
If those common methodologies aren't practical in a project you shouldn't use them, so it's fine
-
0x0000002485yDo whatever works for you. I have a card named "v1.0.0" for example where I put cards describing what needs to be finished for v1.0.0. Then I have "In Progress", "Testing" and "Production" cards.
Here's an example for my current project. Hopefully dR's compression won't fuck it up. -
C0D4681465yI follow the who, what, why - 3C's or what ever you want to call it.
Basically each card can be kept small (high level) but each card also identifies "who" it is for, "what" the end result is, and "why" they want it.
Something like:
As a ranter,
I want to block memes,
so that I can enjoy my devRant experience.
As to how you can leave that out and document it later,
Then have your board setup to follow your dev life cycle for example:
Backlog, scope, in dev, in test, review/sign off, done/production
But as all things "agile" you can ultimately do what ever you like, there's also a lot of different ways to do agile outside of sprint/kanban -
mint904115yDo whatever works for you. Don't give a fuck about standards until you feel like you need them.
-
I make a bulleted list in OneNote. When it's for yourself, use whatever you want and to hell with confirming to anything.
Is it ok if i create a trello board and create cards quickly without following any type of agile methodology because the project is only for me? I cant spend hours of my time writing exact and precise cards following some standard
Id have cards like Todo Doing and Done
Thats it just so i can keep track quickly and focus most of my time on code
Is this ok
rant