-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beta Feedback #1
Comments
Congrats on the beta release! I like the design :) One interesting thing I already noticed is that if I use https://login.inrupt.com for my Pod, I keep getting sent back to the Identity Provider. Additionally, when trying to create a Container in a location I choose, it does so using It would be nice to be able to press Ctrl+Enter when editing a recipe to submit the form, especially when in a multi-line field like the description. I created a recipe locally, the connected my Pod. Then in another private browsing session, I created another local recipe and connected my Pod again. Both recipes are visible, but for some reason, it now also lists "Jun's Ramen". That's all I found in my first few minutes with it, will share more if I run into it. Nice job! |
@Vinnl Thanks for taking a look :D.
Maybe this has something to do with the default behaviour to auto reconnect automatically, and something's not working as expected. Can you try adding In any case, I'm writing this down to see if I can reproduce it myself later on.
This is the first app where I'm actually letting users choose the container location, so I guess I'll be finding more issues like this. I'll see how to do it properly.
I'm not sure when it's a good idea to add this type of shortcuts, because I may be messing up with some native behaviours. But I already have some similar shortcuts, and I like the idea, so I added it xD. Hopefully, if I'm breaking something someone will let me know. By the way, you can try the latest version of the app in umai.netlify.app if you want.
Hm I'm not sure why it doesn't show the same recipes in both sessions, does this happen even after reload? I guess you can also try to log out and log in again, but I know that's annoying. These bugs are difficult to reproduce, but if I can reproduce it I'll take a look. The "Jun's Ramen" recipe is probably there because you added it to your Pod using Ramen a while ago :). It was my idea that the recipe would work with this app as well, thus showcasing interoperability. But as irony has it, it's not working properly because I still have to do some things about that (instructions are not read properly because they have a different format). |
One thing I'm seeing is GET requests to
I think they did show the same recipes, it's just that there suddenly was a third recipe. But...
Haha, that explains it xD The perks of being an early adopter :) |
Basically a great app, in a very good place, and very nice to use. Funny .. when I started using using it with an iPod I had just Jun's Ramen in my initial cookbook. But then when I also used a laptop chrome I found "Jun's Ramen" but also "Fish Pie" as well as the recipient I had added myself. The import from NT Cooking seems to be very good. It missed the link to another recipe in one of the ingredients. Would have been cool to import both and link them in the cookbook. I lost my first import because I pressed "Import from Web" and then "scan" and saw a beautiful recipe, but didn't see I had a choice of "cancel | Create Recipe". I feel I have created a recipe. Maybe label the button "cancel | Save Recipe", make the save button have a big green check mark icon? Make the whole recipe be at 66% opacity until saved? When I follow a link to a single recipe in Great that you seem to be using the type index .. I see an entry for schema:Recipe .. Excellent For me I didn't see where to to chose the location of the cookbook, I just chose to log in and use Solid, and that worked fine. Excellent job. |
Thanks for the nice words @timbl :D
Yeah linking recipes to one another is something I'd like to do eventually, but not sure when. To be honest, I don't think it's happening anytime soon, I have other priorities :/. Adding multiple recipes at once is tricky though. In my initial approach, I supported adding multiple recipes because after you clicked the "Create Recipe" button, they were added to your POD directly. But after some tests, I realized that wasn't great because some recipes have malformed data (or names that are too long, etc.). So now, after you click the "Create Recipe" button, you get a form which you have to submit. It's more work for adding a recipe, but I think it's worth it. But then, I'm not sure how I'd approach adding multiple recipes :/. I'll think about it.
Thanks for the feedback, I'll see what I come up with to make that more clear.
Yeah, the viewer is supposed to be for other people who may or may not have a POD. Something I already want to do (probably before the release), is show an "import to my cookbook" button. And I'd also like to show somthing like "recipe by Timbl", but I have to see how easy it'd be to get the webId of the owner without including it in the document itself (or maybe I should just add
Yeah, if you already have a cookbook (meaning, a container storing recipes), it doesn't ask you to create a new one. Which makes me wonder, how come @Vinnl saw it if he also had Jun's Ramen from before 🤔. |
@Vinnl Re:
I've been looking into this, and it seems like The issue with |
All the more reason to have a link from each Recipe to the cookbook (not THEIR cookbook, the cookbook Recipe is in), even for people who are not logged in, for the important case when the cookbook is public. That means you need 2 things
That's important for people getting benefit from Solid as a place to tel the world about their stuff. I would link to it from my home page. (I'm insisting a bit as that as the equivalent things are still missing from Media Kraken and I miss them there!) |
@timbl I see, I think I understand what you mean but I'm not sure how I'd do it in Solid at the moment. Right now, I can share an individual recipe because I've added the ability to change the visibility from private to public of that recipe within my app. But if I try to share the link to the cookbook as well (the container with the recipes), that container will be private, right? And even if I want to change the permissions of the container in my app, I don't know a way to make a container partially public (only listing public documents, without exposing private ones). I guess an alternative to that would be to have two cookbooks, the one with my private recipes and the one with my public recipes. But that complicates the code a lot. For example, changing a recipe from public to private wouldn't only mean changing the permissions, it'd also mean moving the document from one container to another and that means that even the url of the recipe would change (so technically it wouldn't even be the same recipe anymore). Maybe there's a third way, and that's the one you're alluding to, which is creating lists of recipes (which are not containers, just documents pointing to other documents). This is one I've thought about, and I'd like to implement eventually. I also like it because it's more flexible than containers, for example the same recipe can be in more than one list. But I still have to explore this option, both because it complicates the UI and because I'm not sure how to make this type of data properly. I also don't like that there's no "single source of truth" anymore, if a recipe is deleted or moved, these lists need to be updated as well. And I could do it in my app, but if the documents are updated outside of my app the lists won't stay in sync. Thanks for insisting on this, maybe I'll take another look and I can come up with something decent before the initial release.
Yeah, this viewer feature actually came up from your suggestion in Media Kraken: NoelDeMartin/media-kraken#25 I'm doing it this app for the first time, and I'll probably add it to Media Kraken next. In Media Kraken there is already a viewer, but it's a "secret feature" because it isn't linked anywhere. |
Hi Noel, once again a very nice and good looking app. I am facing some issues with my existing recipies.
I guess this is due to missing metadata like createdAt. Would help if umai would work without them or just add them when missing. I will try to migrate all my recipes in mid-term, but stop for today. Oh, and the error also occurs with the example ramen recipe as well. Perhaps I am having an old version of it from a former test? The instructions there are also a big plain text list that do not show up in the app. Anyway really nice work. It is a beta of course and I expect such things to happen, especially with my hand-crafted and web-imported data :D |
One last thing: If I change the data on server side (like adding a description e.g.) it is not enough to reload the app, or force a re-sync, I have to clear site data via dev tools, reload, relogin to apply the changes |
Thanks @angelo-v for your feedback :). I won't address all your comments one-by-one, but most of them are things I intend to work out before release (or at least take a look, if something is too difficult to support maybe I won't). That's what I refer to as "interoperability review" in the list of things to do. The only thing I wasn't aware of is the I'll know more about this after taking a look, but my current idea is that recipes should at least show up properly. What I'm not sure about is what should happen if they are modified. Should I "fix" the format (what's the correct format anyways)? Should I respect the current format (how difficult would that be to implement)? etc. |
Hei you. Cool App you made again, I am really impressed! Some feedback:
|
Thanks @timea-solid for your feedback :D
Yeah, you're probably using private mode which doesn't support IndexedDB :/ I have to show a better error message (as I already do in Media Kraken). This issue comes up often enough that I'm wondering if I should try to make it work with localStorage or something... but I'm not sure if it's a good idea, I'll think about it.
Yeah you're right, I'll try not to mention advanced terms in the basic UI :). I've changed this for now, but maybe at some point I'll do an overall review of the text. By the way, this app is prepared to be translated to other languages (unlike Media Kraken, where texts are hard-coded). So maybe I'll translate it to a couple of languages. But I also have to think about this (how to manage translations for languages I don't speak, how to show language switcher in the UI, etc.). |
Hey everyone! Thanks for all the feedback thus far, it's been very useful :D. I just released a new beta version (
(I still haven't worked on interoperability which would solve some of the problems that @angelo-v pointed out, but I'll definitely take a look before the initial release) |
Hello again! I just released another version (
With that, I think most of the bug fixes and overall improvements I had in mind are done. Now I'll start with some housekeeping tasks like releasing stable versions of dependencies and writing documentation. Maybe I'll release another beta or two, but I think I'm very close to the first stable release. Again, thanks everyone for the feedback thus far! |
Very nice, my other recipes could now be found. I used But what you definetly should not do is use a string as the object of |
Hi there! I've kept working on the feedback from this thread, and also added a couple more improvements (I couldn't help myself!). So unless a serious bug comes up, this version ( Here's what it includes:
Having said that, the only thing that's left now is the actual releasy stuff. Preparing documentation, releasing stable versions of the dependencies, etc. |
Finally, Umai If you started using the beta a long time ago (thanks!), I suggest that you clear all the data from your browser storage to get a clean slate. I did fix some bugs that you may or may not have run into, but I did not apply a backwards compatible fix because I didn't consider the app stable yet. And that's it! Feel free to share it with others now, and let me know how it helps you become a better cook. 👨🍳️ Thanks to everyone who participated in this thread! 🙇️ |
I just tagged the
v0.1.0-beta.0
version, and the app is ready for production! You can start using it at umai.noeldemartin.com.However, there are still some rough edges I'd like to polish before the initial release. I have started using it myself to manage my recipes, and it shouldn't be long before I release it for real. In part, it will depend on the feedback I get about this version. Do you think it's ready?
If you want, I encourage you to start using it and share your feedback in this issue. But I don't think it's ready for prime time, so I would refrain from sharing it with others.
Here's a list of things I'd like to do before the release:
soukai
,@noeldemartin/utils
, etc.).PS: If you want to try the bleeding edge version, you can get it at umai.netlify.app.
The text was updated successfully, but these errors were encountered: