-
Notifications
You must be signed in to change notification settings - Fork 1
Looking for PHP programmers #51
Comments
OK. I'll also check if I can find one! |
I'll take a look around and see if I can help out. Been looking for a project to contribute to. |
Am also looking for a project where I can work with. However, I have problems with English, so I am not so good. |
Hello, thanks for joining the project. English is not my native language either, and my programming skills are limited. Thanks again. |
Can I change my fork without changing the original data? Or is it like that when I change in my fork what he makes it pure in the original data ?? |
Synthese: You can change anything in your fork and nothing in this repo will be changed until you do a pull request and it is merged into the main repo. I would like to add composer and restructure the application to make it easier to maintain and update without making it harder for the end user to install/upgrade their version. |
rearley: Yes that would be useful, I have created folders, z.bsp division there are all division data included except for the file for display on the index. Sorry that so much write, just have a run :) |
@rearley Composer is a software like laravel? I have never used one, I would have to learn 😆
@Synthese It was planned by a previous collaborator as you will have seen in the database, but nothing is done. When I stay alone in the project I reduced my expectations and only hoped to complete what was labeled as high priority (1.1.0 milestone). from my little experience, I think it is better to make small changes per issue and then push to the repository. This project has a lot of work, is based on an earlier one by 2007 as you can read in my readme. Thanks!, I will follow your progress and help in whatever way I can. |
Composer is a way to load packages and autoload. It might make it easier and fast to build components without having a re-write in something like Laravel. |
I like bootstrap and the design looks good. What needs to happen to make this a little easier to makes changes is to have a template for the headers and footers that would have the required CSS/JS files. Without doing a re-write, we're going to have to piece it together small parts at a time. If I can get composer implemented, it might help with building components for each data object ( Race, Division, Season ..etc.. ). |
Just to let you know.. I am working on a branch that is not attached to an issue, but cleaning up some code and adding basic git ignore files and getting rid of PHP notices. Also, as a suggestion, I would like to gid rid of the PHP short_open_tags as some servers might not allow it. |
ok, then is best copy master branch as "old_master" to update master branch with bootstrap and the others improvements? The header and footer are in index.php file and header.php |
For now I am working on a feature branch on the form version I have.. when I get some things in place and ready for testing I will let you know. |
That sounds good. If I understood correctly, it should also be possible to organize your own leagues or administer as an admin here.Dazu would then synonymous to the admin overview for editing and register, etc. be designed clearly. However, we should decide where to start first. I noticed that there is still a table missing in the data bak driver_top_3 if I still have it in my head, it still has to be created. |
Which PHP version do you use? I use Xampp with php7.2 and Maria and Eclipse. Also have uniform server with php5.5. and 7.1. |
I do not know if I'm understanding you (my knowledge of English 😄 ). Yes, that table is missing, so data to top drivers is showed using a view feature of mysql (that shared hostings usually don't give access) and getting data from others tables, drivers, races.... In php 7.0 system work fine, in higher versions it would be necessary update the code more, it is quite old (2007). And I've been mixing code here and there... Let me know in the future if I can help you in something that is not very complex in terms of programming. |
The install instructions for the software says 5.6. So any bug fixes you might want to keep at that version and if you want to move to 7+ then that would be a new version of the software. If that is the case, then I would start from scratch with a framework. I would also think that maybe a slack channel or something for more development geared talks. |
Guys, there are other proyect using php 7.1+, laravel, and bootstrap with blade. And it will have much more use by users. In case you find it better than this one.. https://github.com/nabeelio/phpvms |
@rearley There are now some frameworks, but at the moment I do not know exactly which one would be sinful, whereby I tend to symphony. |
A web programmer is necessary to finish the project
The text was updated successfully, but these errors were encountered: