-
Notifications
You must be signed in to change notification settings - Fork 38
Settings - ignore patterns #196
Comments
I can do some work on it. |
I'm curious, what is a Yes, there should probably be an "exclude pattern" or something along those lines. I purposely avoided the Down the road, I plan on putting more data in the |
Also heads up, but I will be doing a complete redesign of the loading piece of artifact over the comming month. Not that this should stop this feature (it's a pretty minor one), but just thought you should know. The current code base is a poorly designed and hard to read mess IMO. |
also, you COULD add all your |
I agree, I love this tool and I am not sure I would change too much. I thought about creating this kind of tool before or creating my own - or rewriting this code base but now I can't see any benefit in that. We just need to few really small things. See for example, the biggest bug for me, from the user experience point of view is this: I can't believe how many times I clicked on When you create new artifact - you should be redirected to it, I think so. Now I got used to it - but first when I tried Some other thing that kind of strikes me as not fairly implemented - is when artifact has a single part. When part is implemented - should the artifact be 50% or 100% like it is now? There is no way to specify a single dependency (inside the scope of the project). The dependency could be filled - that would mean 50%. Let me know what is your motivation on that decision or is it just a bug. Other than that - maybe I would place List link in navigation before Help. |
It would be also useful to have the possibility of managing parts (not just This is all the feedback I can provide right now :) EDIT: Please think about not using SQLite database and using something that could be revised on GIT. |
for
hopefully that helps :) |
Thank you :) |
There are definitely issues in the web-ui. I am completely new to web development and basically stopped once it was working and haven't gotten back to it.
Well, I am going to be redesigning the whole code base using flowcharts (using the tool itself), so if you really want to get involved in rewriting it that would be much appreciated! There's going to be a lot of work 😄
This is a tough one, but the current behavior is intended. The basic idea is that when you are designing a big feature its completion will be completely determined by its subfeatures. This is most obvious for However, I see your point. To aid in this, I am now implementing sublocations. So if you had a feature ( |
Let me say, I'm not sure the best way to balance all these pieces and am open to feedback. I think the sublocations are going to be the best way to do so, but I really don't know. Part of me is unconcerned since the "completion status" piece of artifact is a pretty minor feature IMO. It's nice to have, but its not the main attraction. |
(Being able to link code in the first place is the primary feature when it comes to "completion") |
Also on the web-ui stuff -- if a bug isn't open feel free to do so. |
Would moving the |
the SQLite database would only be for speeding up the web-ui and caching some of the data when re-running artifact (i.e. files that hadn't changed would not need to be reloaded). All actual data would still be stored on the local harddrive (the SQL db would be synced periodically to the filesystem, just like it is now). |
I completely agree with you, it's not really an issue - but could be a feature - I think
Moving the The UI is really good - I wouldn't want to change it entirely. When you will be starting the work on redesign make sure to let me know :) |
Haha, will do :)
What is the "select"? |
I meant the html |
See #198 for the info boxes. I purposely shrunk that, but can't remember why. I'll have to look into it again. |
and #199 for the select field Edit: @crackcomm I moved your comments there |
@crackcomm I've started working on the redesign here if you are interested: |
probably implement globbing with: https://crates.io/crates/glob Also see the dicussion in #210 for some possible settings names. |
I am always having errors in Checks because of double definition in
.rs.fmt
files.It would be nice to have a
.gitignore
like feature in settings.I wanted also to ask why is
.art
directory necessary? Could it be just.art.yml
file?The text was updated successfully, but these errors were encountered: