Giter Site home page Giter Site logo

openper's People

Contributors

oldboycoder avatar

Watchers

 avatar

openper's Issues

Documentation

Add an how-to / Documentation on how to build to self host the service , for example on a local server or inside a docker.

Need to be able to link drawing hotspot to entry in parts list

On the Drawings/Details page - in the @foreach (var h in Model.TableData.HotSpots.Values) loop - it seems that $h doesn't have access to the PartNumber variable. I need this to be able to link it up with the relevant circle :) At the moment I hardcoded one in just to check its working and it does show up ok!

1692037088324

It would also be nice if I could overload the URL.Action function on that page to pass the class and id instead of needed to manually add them to the link.

@Url.Action("SearchPartByPartNumber", "Part", new {Model.Navigation.Language, item.PartNumber })" [B]class="product-link" data-id="@item.PartNumber"[/B]

Accept a cookie on landing that has user's data from the Fiat Forum

Just having a read of available encryption methods - would you be able to work with AES-128-CBC?

In PHP I just need to use the key and the initialisation vector (IV) - is it the same for you to decrypt?
Ok, so the cookie will be a base64 string of an (encrypted when we decide what) json encoded array.
Code:

Array {

  "u" : int,                      // user_id
  "v" : array {
              vin => description    // vin is the key, description is the description
        },
  "af" : bool // ad free, 1 or 0

}

For the advertising positions, I think we just need 4 - maybe I can put the code in the config file, which will be returned in the templates if not ad free?

ad_head (will go in the section)
ad_body (will go above the closing tag)
ad_header (somewhere at the top of the page)
ad_footer (somewhere at the bottom of the page)

And the cookie name will be xf_eper

External language code should always be ISO639-1

Make all external links and routing work from ISO 639-1 two character codes. Internally will need to be mapped to single digit Fiat ePer codes.
Only external facing route that should accept Fiat codes is the one for ePer compatibility routing - NaviController.cs as this is used for old forum links that use single digit Fiat codes

Details for reconditioned parts aren't shown

Bug report:
Missing:

The original "Remanufactured / Core" column is missing from the parts table list. This means that, say for Barchetta fuel injector, you do not get the recon/reman. part numbers.

Add a vehicle search by feature screen

A number of forum users have asked how unique their vehicle is. We could have a screen where, given a catalogue, we allow filtering by the SINCOM specification pattern to show how many vehicles match the criteria. Need to be careful on performance on this as it could be a big hit on SQL.
Could also be useful for creating a bespoke filter to be used when viewing drawings

Refactor controller names to be a better representation of what they are

For example. Having the controller called 'Groups' seems wrong when really it more accurately represents a singular Catalogue.

I would prefer that
https://openper.fiatforum.com/en/Groups/F/F/BAR/PK?VIN=ZFA18300000040598&MVS=183.829.0.0
be
https://openper.fiatforum.com/en/Catalogue/F/F/BAR/PK?VIN=ZFA18300000040598&MVS=183.829.0.0

This could just be done in the route attributes but t would also make sense for the code to be similarly renamed. Route attributes could be introduced for backwards compatibility

Should filtered out parts be hidden or shown as inapplicable

When a filter is in operation we currently show anything that doesn't match the filter in a strike through type face. Should we hide them entirely? My concern would be if the filter worked incorrectly then it could be useful to see the filtered out parts.
Maybe a UI feature that toggles between showing and hiding filtered parts?

Calls to get a filtered list of parts when only an MVS exists (no VIN) takes excessive time

As discussed with Ben
The issue is that, when you don't have a VIN, then a lot of those values are unknown as it depends on your specific vehicle. In this case openPer will generate all combinations of the missing values to see if the part should be included. For this specific part that generates 2^14 (16,374) options that it has to evaluate the formula for. And that's just one part number, there could be many such parts.

My suggestion is that we only allow a filtered parts list if we have a VIN and MVS and not just MVS. I'll add code to the server end to enforce that which should disable any bots that are trying to use the service.

VIN search needs completing

Current VIN search uses the original ePer files. Would be better if these were moved on to DB. Also need to parse out properly the model specific data from the VIN files.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.