Skip to content
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

[Question] What is the difference between this and Reactive Resume? #32

Open
Cjkeenan opened this issue Jun 25, 2020 · 20 comments
Open
Labels
enhancement New feature or request

Comments

@Cjkeenan
Copy link

I saw that this was initially fork of Reactive Resume so I was wondering what are the main differences between the two apps? I see that their webpage layouts' are slightly different but other than that I cannot find a reason to choose one over the other. Thank you for any help you can provide.

@Cjkeenan Cjkeenan added the enhancement New feature or request label Jun 25, 2020
@SHENG-X
Copy link
Owner

SHENG-X commented Jun 26, 2020

Hello @Cjkeenan, thanks for your comment. The main differences between these two apps are the simple resume app is focused on building a professional Canadian resume, other than that it also intended to provide a better UX for technical and non-technical users. There are more changes than just the layout, for example, the markdown Textarea in the Reactive Resume app is fully replaced with the more friendly editable text for non-technical users. Animations are added for moving and delete an item. There are more internal data structure changes too. Other than that, I'll be super active in maintaining this project.

Hopefully, that answers your question.

@Cjkeenan
Copy link
Author

yeah that's exactly what I was looking for. Great work by the way, the only issues I have had thus far was having multiple levels of bullets, which I just manually got around with the use of spaces and hyphens, and being able to move the sections around at will, which maybe could be done with the use of a custom template. Otherwise I am very happy.

@SHENG-X
Copy link
Owner

SHENG-X commented Jun 26, 2020

@Cjkeenan Thanks for your feedback. I'll add them to the new feature list, and I'll start work on them as soon as I can.

@Cjkeenan
Copy link
Author

also is there a spellchecker in use?

@Cjkeenan
Copy link
Author

Hello @Cjkeenan, thanks for your comment. The main differences between these two apps are the simple resume app is focused on building a professional Canadian resume

What exactly is a "Canadian resume"? I've never heard of that term.

@SHENG-X
Copy link
Owner

SHENG-X commented Jun 26, 2020

@Cjkeenan Currently, there is no spellchecker implemented yet. I was thinking about implementing the spellchecker, but I did not get it to work. It probably will take a bit of time for me to get there.

I am sorry for the confusion on the "Canadian resume". My definition for "Canadian resume" is a resume that works for people in Canada since I am from Canada.

@SHENG-X
Copy link
Owner

SHENG-X commented Jul 1, 2020

Hello @Cjkeenan, the multilevel list and spellchecker features are fully supported in the lastest app.

@Cjkeenan
Copy link
Author

Cjkeenan commented Jul 2, 2020

@SHENG-X Is it live on the website, and if so how do I use the multilevel list because tabbing doesn't seem to be working.

@SHENG-X
Copy link
Owner

SHENG-X commented Jul 2, 2020

@Cjkeenan Yes, it is live on the website. https://simpleresume.ca/. Tab should work. The app is serviced from cache first so you probably do not have the latest code on your browser. To solve the problem for now, can you try hard reload the page or open the site in incognito mode?

You should see something like this.
Screen Shot 2020-07-01 at 6 40 52 PM

@Cjkeenan
Copy link
Author

Cjkeenan commented Jul 2, 2020

OK so I reset the data for the site and its now working but when I import my resume, all of the formatting seems to be screwed up, see image below:
image
Any idea what is causing this? I exported right before I cleared the site data.

@SHENG-X
Copy link
Owner

SHENG-X commented Jul 2, 2020

Hello @Cjkeenan, you see this because the internal data structure changed completely. At this point, there is no backward compatibility so you will need to copy past or re-enter your descriptions. I am sorry for the inconvenience :(.

@Cjkeenan
Copy link
Author

Cjkeenan commented Jul 2, 2020

No problem, just wondering.

@SHENG-X
Copy link
Owner

SHENG-X commented Jul 2, 2020

let me know if you have other feature requests or some templates that you would like to use. I'll try my best to get them implemented :).

@Cjkeenan
Copy link
Author

Cjkeenan commented Jul 2, 2020

Yeah my biggest feature request would probably be a custom template that you could format like a table, specify number of rows and how many columns in each row and being able to resize those columns. Then being able place the categories into those grid areas. Also with resizing the grid, having some sort of snapping would be nice, either snapping to 1/2, 1/4, 1/3, etc of page and also snapping to other elements on the page. I hope that makes sense, if not , please ask for clarification.

@SHENG-X
Copy link
Owner

SHENG-X commented Jul 2, 2020

I think that I get what you need. Is it something that works like Wix? If so, it is out of the scope of this application.

@Cjkeenan
Copy link
Author

Cjkeenan commented Jul 2, 2020

I am not sure as I have never used Wix. The reason I ask for this is because that is previously what I was doing in word with the use of tables with invisible borders to put data in certain sections.

Maybe a better way to put it is, is there any way to modify or make new Templates? I am relatively technical so if you could point me in the direction of how those templates are created, maybe I could try and modify them.

@SHENG-X
Copy link
Owner

SHENG-X commented Jul 4, 2020

In order to create a new template, you need to check out the branch first. After you check out the branch and open the code on your editor, you will see a template folder
2020-07-03 at 6 32 PM. You can add a new template by following the structure of other templates. After you are happy with your template, you can check in the code if you want to share it with others.

@SHENG-X
Copy link
Owner

SHENG-X commented Jul 4, 2020

@Cjkeenan or you can send me a screenshot of what your template suppose to look like then I can make it for you.

@Cjkeenan
Copy link
Author

Cjkeenan commented Jul 4, 2020

@Cjkeenan or you can send me a screenshot of what your template suppose to look like then I can make it for you.

I did not have a specific template in mind, just would like to optimize my two-column resume does not have big blocks of white space is all.

On another note, I just thought of a nice feature request. Potentially would it be possible to interface with cloud platforms like OneDrive or Google Drive as a source or destination of imports and exports respectively?

@SHENG-X
Copy link
Owner

SHENG-X commented Jul 4, 2020

I see. For now, the only way to reduce white space is to dive into the source code and modify the space when you need it.

yeah, this could be a good feature to have. I'll do some investigation on it first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants